1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r20657: fix compiler warning and bug:-)

metze
(This used to be commit ddf6c90159a99c2f70a93915839caa43afc5500b)
This commit is contained in:
Stefan Metzmacher 2007-01-10 18:20:53 +00:00 committed by Gerald (Jerry) Carter
parent a1a5d12c13
commit 9320521cb5

View 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) {