diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-01-07 12:40:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-01-07 12:40:34 +0000 |
commit | 6e8548acb381499142e8d3b0a2eac2061e160b02 (patch) | |
tree | c15b861695e67a5249ee8d56065745c106e265a4 /source3/libsmb/nmblib.c | |
parent | e9ddceec9c1fca5f248c95ebc58b99ae663e124b (diff) | |
download | samba-6e8548acb381499142e8d3b0a2eac2061e160b02.tar.gz samba-6e8548acb381499142e8d3b0a2eac2061e160b02.tar.xz samba-6e8548acb381499142e8d3b0a2eac2061e160b02.zip |
fixed a comment
(This used to be commit 32f29c490e6265c8a383ce771943f937c49bfabc)
Diffstat (limited to 'source3/libsmb/nmblib.c')
-rw-r--r-- | source3/libsmb/nmblib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/nmblib.c b/source3/libsmb/nmblib.c index e2ba79b0061..b83081d7f0d 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) |