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:
committed by
Günther Deschner
parent
5fad9de250
commit
7a7bddd754
@ -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++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user