The Samba-Bugzilla – Attachment 6187 Details for
Bug 7875
nmbd --port not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
0001-s3-nmbd-Fix-bug-7875.patch (text/plain), 1.17 KB, created by
Björn Baumbach
on 2011-01-07 09:30:55 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Björn Baumbach
Created:
2011-01-07 09:30:55 UTC
Size:
1.17 KB
patch
obsolete
>From cf71380a6a18e65d9d058e19dbb9f135202d3fc2 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= <bb@sernet.de> >Date: Fri, 7 Jan 2011 15:53:13 +0100 >Subject: [PATCH] s3-nmbd: Fix bug #7875 > >nmbd --port didn't work >--- > source3/nmbd/nmbd.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c >index 446c893..b2230c3 100644 >--- a/source3/nmbd/nmbd.c >+++ b/source3/nmbd/nmbd.c >@@ -760,8 +760,8 @@ static bool open_sockets(bool isdaemon, int port) > {"foreground", 'F', POPT_ARG_NONE, NULL, OPT_FORK, "Run daemon in foreground (for daemontools & etc)" }, > {"no-process-group", 0, POPT_ARG_NONE, NULL, OPT_NO_PROCESS_GROUP, "Don't create a new process group" }, > {"log-stdout", 'S', POPT_ARG_NONE, NULL, OPT_LOG_STDOUT, "Log to stdout" }, >- {"hosts", 'H', POPT_ARG_STRING, &p_lmhosts, 'H', "Load a netbios hosts file"}, >- {"port", 'p', POPT_ARG_INT, &global_nmb_port, NMB_PORT, "Listen on the specified port" }, >+ {"hosts", 'H', POPT_ARG_STRING, &p_lmhosts, 0, "Load a netbios hosts file"}, >+ {"port", 'p', POPT_ARG_INT, &global_nmb_port, 0, "Listen on the specified port" }, > POPT_COMMON_SAMBA > { NULL } > }; >-- >1.7.2.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
obnox
:
review+
Actions:
View
Attachments on
bug 7875
: 6187