summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_samba3_protocol.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-07-26 05:19:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:23 -0500
commite88bf7cae439eef8c5648cdbbec6e140947c1358 (patch)
treed8e33780ac405074d3577d8b38d5d84dc2ac5232 /source4/winbind/wb_samba3_protocol.c
parent2ac8de0d6972332a44c739edb8b90020324fa355 (diff)
downloadsamba-e88bf7cae439eef8c5648cdbbec6e140947c1358.tar.gz
samba-e88bf7cae439eef8c5648cdbbec6e140947c1358.tar.bz2
samba-e88bf7cae439eef8c5648cdbbec6e140947c1358.zip
r17250: Fix comment, the Samba3 winbind protocol uses the host byte order here.
Andrew Bartlett (This used to be commit dc4500eb902fbb0a0e7d3b38a9d257ea839d00d3)
Diffstat (limited to 'source4/winbind/wb_samba3_protocol.c')
-rw-r--r--source4/winbind/wb_samba3_protocol.c2
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)