summaryrefslogtreecommitdiff
path: root/source3/nameserv.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-20 16:09:41 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-20 16:09:41 +0000
commit1073bd65414d1e436e833c2e32bed129c72e1910 (patch)
treeaa84da19084ffe5c3017caa25728e41aae540ea0 /source3/nameserv.c
parentdafaf627c2ed4d3fa76e0a9426dde006cd6cf50c (diff)
downloadsamba-1073bd65414d1e436e833c2e32bed129c72e1910.tar.gz
samba-1073bd65414d1e436e833c2e32bed129c72e1910.tar.bz2
samba-1073bd65414d1e436e833c2e32bed129c72e1910.zip
- removed ServerComment and instead set the comment string in nmbd
using the "server string" option. This replaces the -C option to nmbd (This used to be commit 9e0fab2ee6c89155e6ba6b2401a25de37cb89333)
Diffstat (limited to 'source3/nameserv.c')
-rw-r--r--source3/nameserv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nameserv.c b/source3/nameserv.c
index 48b00d256d..d3aed24ab1 100644
--- a/source3/nameserv.c
+++ b/source3/nameserv.c
@@ -37,7 +37,6 @@ extern int DEBUGLEVEL;
extern pstring scope;
extern pstring myname;
-extern pstring ServerComment;
extern struct in_addr ipzero;
extern struct in_addr ipgrp;