summaryrefslogtreecommitdiff
path: root/source/libsmb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-07 12:40:34 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-07 12:40:34 +0000
commit32f29c490e6265c8a383ce771943f937c49bfabc (patch)
tree349993becf115a81b3974b63c8e4ad00b19f8140 /source/libsmb
parent9fd955409f535850c33af2493d4d2ae493933386 (diff)
downloadsamba-32f29c490e6265c8a383ce771943f937c49bfabc.tar.gz
fixed a comment
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/nmblib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/nmblib.c b/source/libsmb/nmblib.c
index e2ba79b0061..b83081d7f0d 100644
--- a/source/libsmb/nmblib.c
+++ b/source/libsmb/nmblib.c
@@ -998,7 +998,7 @@ struct packet_struct *receive_nmb_packet(int fd, int t, int trn_id)
/****************************************************************************
receive a UDP/138 packet either via UDP or from the unexpected packet
- queue. The packet must be a reply packet and have the specified dgm_id
+ queue. The packet must be a reply packet and have the specified mailslot name
The timeout is in milliseconds
***************************************************************************/
struct packet_struct *receive_dgram_packet(int fd, int t, char *mailslot_name)