1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

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

(This used to be commit fd16d4797881372fe0dc7b87a23c58efdef84fbd)
This commit is contained in:
Jelmer Vernooij 2003-05-29 22:01:38 +00:00
parent 62e1bafe1c
commit f6b7bb44a6

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;
}