diff options
| -rw-r--r-- | ldap/servers/plugins/replication/windows_private.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/servers/plugins/replication/windows_private.c b/ldap/servers/plugins/replication/windows_private.c index 358f7797..19c7f739 100644 --- a/ldap/servers/plugins/replication/windows_private.c +++ b/ldap/servers/plugins/replication/windows_private.c @@ -361,8 +361,8 @@ void windows_private_update_dirsync_control(const Repl_Agmt *ra,LDAPControl **co int i; LDAPControl *dirsync; BerElement *ber; - int hasMoreData; - int maxAttributeCount; + long hasMoreData; + long maxAttributeCount; BerValue *serverCookie; int return_value = LDAP_SUCCESS; |
