1
0
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:
Günther Deschner 2008-09-22 19:31:44 +02:00
parent 1d92b2211c
commit ba58d17e69

View File

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