mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
netapi: fix NetShareGetInfo example output.
Guenther
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user