summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-24 13:51:17 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-24 13:51:17 +0000
commitbe0f2e14b5d32fe29b57e4c80f8da5c9cfa66e60 (patch)
treebf22180552fa3b7ef296284c81bc9fd6d5a45d47 /source3/libsmb
parenta12f04753348e6d52df1f9a2359794deacfc9007 (diff)
downloadsamba-be0f2e14b5d32fe29b57e4c80f8da5c9cfa66e60.tar.gz
samba-be0f2e14b5d32fe29b57e4c80f8da5c9cfa66e60.tar.bz2
samba-be0f2e14b5d32fe29b57e4c80f8da5c9cfa66e60.zip
nmblib.c :
adding some debug info pipenetlog.c pipentlsa.c pipesrvsvc.c : using unistrn2 instead of unistr2 in the SAM logon username. wrong offset for command in request (use "reserved" field not cancel_count. AGH i'll get there) (This used to be commit 6d301d2cfd25b18ba18685d926d7a5bc08695b6d)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/nmblib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/nmblib.c b/source3/libsmb/nmblib.c
index 121008685b..6a91b20ea8 100644
--- a/source3/libsmb/nmblib.c
+++ b/source3/libsmb/nmblib.c
@@ -697,6 +697,7 @@ BOOL send_packet(struct packet_struct *p)
{
case NMB_PACKET:
len = build_nmb(buf,p);
+ debug_nmb_packet(p);
break;
case DGRAM_PACKET: