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

netapi: use NetUserEnum filter in example code.

Guenther
This commit is contained in:
Günther Deschner 2008-06-09 11:02:27 +02:00
parent 32a66131eb
commit ad10517768

View File

@ -71,7 +71,7 @@ int main(int argc, const char **argv)
do {
status = NetUserEnum(hostname,
0,
0,
FILTER_NORMAL_ACCOUNT,
&buffer,
(uint32_t)-1,
&entries_read,