svn commit: samba r17250 - in branches/SAMBA_4_0/source/winbind: .

abartlet at samba.org abartlet at samba.org
Wed Jul 26 05:19:36 GMT 2006


Author: abartlet
Date: 2006-07-26 05:19:36 +0000 (Wed, 26 Jul 2006)
New Revision: 17250

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

Log:
Fix comment, the Samba3 winbind protocol uses the host byte order here.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c


Changeset:
Modified: branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c
===================================================================
--- branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c	2006-07-26 04:42:18 UTC (rev 17249)
+++ branches/SAMBA_4_0/source/winbind/wb_samba3_protocol.c	2006-07-26 05:19:36 UTC (rev 17250)
@@ -27,7 +27,7 @@
 #include "lib/stream/packet.h"
 
 /*
-  work out if a packet is complete for protocols that use a 32 bit network byte
+  work out if a packet is complete for protocols that use a 32 bit host byte
   order length
 */
 NTSTATUS wbsrv_samba3_packet_full_request(void *private, DATA_BLOB blob, size_t *size)



More information about the samba-cvs mailing list