From 6e8548acb381499142e8d3b0a2eac2061e160b02 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 7 Jan 2000 12:40:34 +0000 Subject: fixed a comment (This used to be commit 32f29c490e6265c8a383ce771943f937c49bfabc) --- source3/libsmb/nmblib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') 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) -- cgit