Don't use 'opt'
authorJelmer Vernooij <jelmer@samba.org>
Tue, 25 Mar 2003 13:59:55 +0000 (13:59 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 25 Mar 2003 13:59:55 +0000 (13:59 +0000)
(This used to be commit 6ab41e50fd0a36ebd9969064aa46235dc687dfba)

source3/utils/testparm.c

index e8dd3c15b229139c3c63c4eb9ad348357c2e123c..e3d6ce02748d7a754a20bfc30edf5f79e3d60165 100644 (file)
@@ -213,7 +213,7 @@ via the %%o substitution. With encrypted passwords this is not possible.\n", lp_
                            POPT_CONTEXT_KEEP_FIRST);
        poptSetOtherOptionHelp(pc, "[OPTION...] <config-file> [host-name] [host-ip]");
 
-       while((opt = poptGetNextOpt(pc)) != -1);
+       while(poptGetNextOpt(pc) != -1);
 
        setup_logging(poptGetArg(pc), True);