diff options
-rw-r--r-- | source3/utils/pdbedit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 6a7189e636..fe99b6fc9e 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -809,7 +809,6 @@ int main (int argc, char **argv) static char *pwd_time_format = NULL; static int pw_from_stdin = False; struct pdb_methods *bin, *bout, *bdef; - char *configfile = NULL; TALLOC_CTX *frame = talloc_stackframe(); poptContext pc; struct poptOption long_options[] = { @@ -869,9 +868,6 @@ int main (int argc, char **argv) case 'C': account_policy_value_set = True; break; - case 's': - configfile = optarg; - break; } } |