From 1073bd65414d1e436e833c2e32bed129c72e1910 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Aug 1996 16:09:41 +0000 Subject: - 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) --- source3/nameserv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/nameserv.c') 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; -- cgit