1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

Setting account policy values is done using -C, not -V. Fixes bug #120

(This used to be commit daf443757b62bd3c254a303d638bfd030b4acd2a)
This commit is contained in:
Jelmer Vernooij 2003-05-29 22:00:54 +00:00
parent ee3600361f
commit 2153494966

View File

@ -590,7 +590,7 @@ int main (int argc, char **argv)
while((opt = poptGetNextOpt(pc)) != -1) {
switch (opt) {
case 'V':
case 'C':
account_policy_value_set = True;
break;
}