1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

netapi: fix vim(?)-typo

Michael
This commit is contained in:
Michael Adam
2008-07-15 22:46:12 +02:00
committed by Günther Deschner
parent 5fad9de250
commit 7a7bddd754

View File

@ -78,7 +78,7 @@ int main(int argc, const char **argv)
if (status == 0 || status == ERROR_MORE_DATA) {
user = (struct NET_DISPLAY_USER *)buffer;
for (i=0; i<entries_read; i++) {
printf("user %d: %s\n", i + idx,i
printf("user %d: %s\n", i + idx,
user->usri1_name);
user++;
}