summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index a4b303923d..82ea9550f3 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -410,7 +410,6 @@ static void usage(char *pname)
int opt;
extern FILE *dbf;
extern char *optarg;
- fstring group;
*host_file = 0;
@@ -498,9 +497,6 @@ static void usage(char *pname)
set_samba_nb_type();
- if (*group)
- add_my_subnets(group);
-
if (!is_daemon && !is_a_socket(0)) {
DEBUG(0,("standard input is not a socket, assuming -D option\n"));
is_daemon = True;