summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-02-08 14:35:02 -0800
committerJeremy Allison <jra@samba.org>2010-02-08 14:35:02 -0800
commit3f2415c9bf9342aeb5a70901018527ed1f109754 (patch)
tree2aac4a39210746541db725e5d63ec0eae9c3d366 /source3/nmbd/nmbd_packets.c
parente425162933cd7a589e224da057b390d3d7e9b47a (diff)
downloadsamba-3f2415c9bf9342aeb5a70901018527ed1f109754.tar.gz
samba-3f2415c9bf9342aeb5a70901018527ed1f109754.tar.bz2
samba-3f2415c9bf9342aeb5a70901018527ed1f109754.zip
Make "nmbd bind explicit broadcast" on by default.
Fix a comment typo. Jeremy.
Diffstat (limited to 'source3/nmbd/nmbd_packets.c')
-rw-r--r--source3/nmbd/nmbd_packets.c2
1 files changed, 1 insertions, 1 deletions
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;