From e88bf7cae439eef8c5648cdbbec6e140947c1358 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 26 Jul 2006 05:19:36 +0000 Subject: r17250: Fix comment, the Samba3 winbind protocol uses the host byte order here. Andrew Bartlett (This used to be commit dc4500eb902fbb0a0e7d3b38a9d257ea839d00d3) --- source4/winbind/wb_samba3_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index 35e4c65d13..8580f2a163 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -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) -- cgit