r14462: Fix warning. ber_tag_t is an unsigned int for
authorJeremy Allison <jra@samba.org>
Wed, 15 Mar 2006 23:10:38 +0000 (23:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:31 +0000 (11:15 -0500)
printing purposes.
Jeremy.
(This used to be commit 3c33eda430426e40e179799e7341db10c4b2e98e)

source3/lib/smbldap.c

index a81829b3313a801ba9a025a9d61bafba2f47e258..e4cb25104bae5635c3cdbb5eb1bcaa74a637ceed 100644 (file)
@@ -872,7 +872,7 @@ static int rebindproc_connect_with_state (LDAP *ldap_struct,
                case LDAP_REQ_EXTENDED:
                        DEBUG(10,("rebindproc_connect_with_state: "
                                "setting last_rebind timestamp "
-                               "(req: 0x%02x)\n", request));
+                               "(req: 0x%02x)\n", (unsigned int)request));
                        GetTimeOfDay(&ldap_state->last_rebind);
                        break;
                default: