]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/unbind.c
ITS#1882: fix typo
[openldap] / servers / slapd / unbind.c
index cf2c975b60b379ff38685faff3bb80da36a5bd19..40457cfe9ace176af24e749075d2b23bba5f3eb4 100644 (file)
@@ -1,7 +1,7 @@
 /* unbind.c - decode an ldap unbind operation and pass it to a backend db */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -47,7 +47,7 @@ do_unbind(
         *      UnBindRequest ::= NULL
         */
 
-       Statslog( LDAP_DEBUG_STATS, "conn=%ld op=%d UNBIND\n", op->o_connid,
+       Statslog( LDAP_DEBUG_STATS, "conn=%lu op=%lu UNBIND\n", op->o_connid,
            op->o_opid, 0, 0, 0 );
 
        /* pass the unbind to all backends */