From b2ddb4626c786fda53dc2bb0c1ec1b8d72c15b40 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 28 Jun 2006 18:56:45 +0000 Subject: r16640: Fix bug #3886 reported by jason@ncac.gwu.edu. Jeremy. (This used to be commit 76cc25a37e145fb48a8a81df37e790690b5dceac) --- source3/utils/eventlogadm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') diff --git a/source3/utils/eventlogadm.c b/source3/utils/eventlogadm.c index 8cf79fcf14..3a1a56cf3a 100644 --- a/source3/utils/eventlogadm.c +++ b/source3/utils/eventlogadm.c @@ -161,7 +161,6 @@ int main( int argc, char *argv[] ) { int opt, rc; char *exename; - char *srcname, *eventlogname; fstring opname; @@ -173,7 +172,6 @@ int main( int argc, char *argv[] ) lp_load( dyn_CONFIGFILE, True, False, False, True); exename = argv[0]; - srcname = NULL; /* default */ @@ -211,7 +209,6 @@ int main( int argc, char *argv[] ) } /* note that the separate command types should call usage if they need to... */ - eventlogname = *argv; while ( 1 ) { if ( !StrCaseCmp( opname, "addsource" ) ) { rc = DoAddSourceCommand( argc, argv, opt_debug, -- cgit