r17250: Fix comment, the Samba3 winbind protocol uses the host byte order here.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 26 Jul 2006 05:19:36 +0000 (05:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:10:23 +0000 (14:10 -0500)
Andrew Bartlett
(This used to be commit dc4500eb902fbb0a0e7d3b38a9d257ea839d00d3)

source4/winbind/wb_samba3_protocol.c

index 35e4c65d1387fcd57cda86347093b2261e8a2744..8580f2a163f5c352cbd3ea85dadcdb2521bec3d7 100644 (file)
@@ -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)