mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
netapi: fix NetShareGetInfo example output.
Guenther
This commit is contained in:
parent
079c75ef3c
commit
00ecf8205c
@ -137,7 +137,7 @@ int main(int argc, const char **argv)
|
||||
printf("flags: %d\n", i501->shi501_flags);
|
||||
break;
|
||||
case 1005:
|
||||
printf("flags: %s\n", i1005->shi1005_flags);
|
||||
printf("flags: %d\n", i1005->shi1005_flags);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user