r20657: fix compiler warning and bug:-)
authorStefan Metzmacher <metze@samba.org>
Wed, 10 Jan 2007 18:20:53 +0000 (18:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:27 +0000 (14:37 -0500)
metze

source/smb_server/smb/receive.c

index 775611c4175a57ae2d76ac13daab03f4e1770730..2c657646aa3e4273c8f97bc0539d51edab87f2d9 100644 (file)
@@ -494,7 +494,7 @@ 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));
+       DEBUG(5,("switch message %s (task_id %d)\n",smb_fn_name(type), req->smb_conn->connection->server_id.id));
 
        /* this must be called before we do any reply */
        if (flags & SIGNING_NO_REPLY) {