[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: commit: ldap/servers/slapd backend.c



> Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
>
> Modified Files:
> 	backend.c  1.412 -> 1.413
>
> Log Message:
> ITS#6393 syncrepl internal connids are now <= -1000

What about checking this through a macro?

#define SLAPD_SYNC_CONN_OFFSET (-1000)
#define SLAPD_SYNC_CONN(connid) ((connid) <= SLAPD_SYNC_CONN_OFFSET)

p.