diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/winbind/wb_samba3_protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |