summaryrefslogtreecommitdiff
path: root/source3/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
commit6e8548acb381499142e8d3b0a2eac2061e160b02 (patch)
treec15b861695e67a5249ee8d56065745c106e265a4 /source3/libsmb
parente9ddceec9c1fca5f248c95ebc58b99ae663e124b (diff)
downloadsamba-6e8548acb381499142e8d3b0a2eac2061e160b02.tar.gz
samba-6e8548acb381499142e8d3b0a2eac2061e160b02.tar.bz2
samba-6e8548acb381499142e8d3b0a2eac2061e160b02.zip
fixed a comment
(This used to be commit 32f29c490e6265c8a383ce771943f937c49bfabc)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/nmblib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/nmblib.c b/source3/libsmb/nmblib.c
index e2ba79b006..b83081d7f0 100644
--- a/source3/libsmb/nmblib.c
+++ b/source3/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)