mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
netapi: fix case statement in example NetUserSetModals code.
Guenther
This commit is contained in:
parent
1d92b2211c
commit
ba58d17e69
@ -95,6 +95,7 @@ int main(int argc, const char **argv)
|
||||
case 1:
|
||||
case 2:
|
||||
case 3:
|
||||
break;
|
||||
case 1001:
|
||||
u1001.usrmod1001_min_passwd_len = 0;
|
||||
buffer = (uint8_t *)&u1001;
|
||||
|
Loading…
Reference in New Issue
Block a user