fixed warning
authorAndrew Tridgell <tridge@samba.org>
Fri, 16 May 2008 02:46:28 +0000 (12:46 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 16 May 2008 02:46:28 +0000 (12:46 +1000)
(This used to be commit d5165ed7a77120f42c25c4997be2630f0f1cb98c)

source4/smb_server/smb/receive.c

index 6cf33cf7c3ef7b18484954ec04f750ba3b6f62d0..0afa3a652d5d02486fe4da10490c237b8325fa55 100644 (file)
@@ -508,7 +508,8 @@ static void switch_message(int type, struct smbsrv_request *req)
                }
        }
 
-       DEBUG(5,("switch message %s (task_id %d)\n",smb_fn_name(type), req->smb_conn->connection->server_id.id));
+       DEBUG(5,("switch message %s (task_id %u)\n",
+                smb_fn_name(type), (unsigned)req->smb_conn->connection->server_id.id));
 
        /* this must be called before we do any reply */
        if (flags & SIGNING_NO_REPLY) {