summaryrefslogtreecommitdiff
path: root/source3/namepacket.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1997-10-23 13:38:46 +0000
committerLuke Leighton <lkcl@samba.org>1997-10-23 13:38:46 +0000
commit5cd52a56a4846d6a720e63e723d3777b207e0724 (patch)
treed9dc86a467b28ac48be6f30e8e992d045e7d655f /source3/namepacket.c
parentd38aba33afefc5791c1a672f5786bf2d8da8dda8 (diff)
downloadsamba-5cd52a56a4846d6a720e63e723d3777b207e0724.tar.gz
samba-5cd52a56a4846d6a720e63e723d3777b207e0724.tar.bz2
samba-5cd52a56a4846d6a720e63e723d3777b207e0724.zip
playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)
and then send a LSA_REQ_CHAL down it. (This used to be commit 473f21071fad603865358821b83df6b58c9a06a5)
Diffstat (limited to 'source3/namepacket.c')
-rw-r--r--source3/namepacket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/namepacket.c b/source3/namepacket.c
index c510c21169..5b3f06f16d 100644
--- a/source3/namepacket.c
+++ b/source3/namepacket.c
@@ -370,9 +370,9 @@ static void process_dgram(struct packet_struct *p)
len = SVAL(buf,smb_vwv11);
buf2 = smb_base(buf) + SVAL(buf,smb_vwv12);
- DEBUG(4,("process_dgram: datagram from %s to %s for %s of type %d len=%d\n",
+ DEBUG(4,("process_dgram: datagram from %s to %s(%s)for %s of type %d len=%d\n",
namestr(&dgram->source_name),namestr(&dgram->dest_name),
- smb_buf(buf),CVAL(buf2,0),len));
+ inet_ntoa(p->ip), smb_buf(buf),CVAL(buf2,0),len));
if (len <= 0) return;