svn commit: samba r20657 - in branches/SAMBA_4_0/source/smb_server/smb: .

metze at samba.org metze at samba.org
Wed Jan 10 18:20:56 GMT 2007


Author: metze
Date: 2007-01-10 18:20:53 +0000 (Wed, 10 Jan 2007)
New Revision: 20657

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20657

Log:
fix compiler warning and bug:-)

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/smb/receive.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/receive.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/receive.c	2007-01-10 18:18:13 UTC (rev 20656)
+++ branches/SAMBA_4_0/source/smb_server/smb/receive.c	2007-01-10 18:20:53 UTC (rev 20657)
@@ -494,7 +494,7 @@
 		}
 	}
 
-	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) {



More information about the samba-cvs mailing list