From 3f2415c9bf9342aeb5a70901018527ed1f109754 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 8 Feb 2010 14:35:02 -0800 Subject: Make "nmbd bind explicit broadcast" on by default. Fix a comment typo. Jeremy. --- source3/nmbd/nmbd_packets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd_packets.c b/source3/nmbd/nmbd_packets.c index 013ebf6589..55fd24dc35 100644 --- a/source3/nmbd/nmbd_packets.c +++ b/source3/nmbd/nmbd_packets.c @@ -1863,7 +1863,7 @@ bool listen_for_packets(bool run_election) client_fd = ClientNMB; client_port = global_nmb_port; } else { - /* Port 137 */ + /* Port 138 */ packet_type = DGRAM_PACKET; packet_name = "dgram"; client_fd = ClientDGRAM; -- cgit