diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-27 22:19:25 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-27 22:19:25 +0000 |
commit | 7d72ec3eda198b0fdbedd7ca227898e02a5319ad (patch) | |
tree | ad1a1d4f8eb0ea5fc021d50932694714bf848d8a /source3 | |
parent | c11887e3257c8dfe650f5004106a43a891ab4b31 (diff) | |
download | samba-7d72ec3eda198b0fdbedd7ca227898e02a5319ad.tar.gz samba-7d72ec3eda198b0fdbedd7ca227898e02a5319ad.tar.xz samba-7d72ec3eda198b0fdbedd7ca227898e02a5319ad.zip |
Mismatched format and args.
Jeremy.
(This used to be commit d57feb2c85f973ad22098054b8d6d049869e2a69)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nmbd/nmbd_packets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c index dcdf1a9df1..00059c1775 100644 --- a/source3/nmbd/nmbd_packets.c +++ b/source3/nmbd/nmbd_packets.c @@ -1269,7 +1269,7 @@ an error packet of type %x\n", return; if (buf2 + len > buf + sizeof(dgram->data)) { - DEBUG(2,("process_dgram: datagram from %s to %s IP %s for %s %d len=%d too long.\n", + DEBUG(2,("process_dgram: datagram from %s to %s IP %s for %s len=%d too long.\n", nmb_namestr(&dgram->source_name),nmb_namestr(&dgram->dest_name), inet_ntoa(p->ip), smb_buf(buf),len)); len = (buf + sizeof(dgram->data)) - buf; |