Note: The change of commit r21962 (or
fe962d2e48, aka
f540c18b2)
that was partly lost in the SVN->git glue commit
e5a951325a6
(aka
5c6c8e1fe93f34) is not needed any more since the handler
for option "-s" calls set_dyn_CONFIGFILE().
Michael
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[] = {
case 'C':
account_policy_value_set = True;
break;
- case 's':
- configfile = optarg;
- break;
}
}