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

fixed a return value for a help function

This commit is contained in:
Andrew Tridgell -
parent b618b5943d
commit da794d3bbd

View File

@ -27,6 +27,7 @@ int net_common_methods_usage(int argc, const char**argv)
d_printf("\trpc\t\t\t\tDCE-RPC\n");
d_printf("\trap\t\t\t\tRAP (older systems)\n");
d_printf("\n");
return 0;
}
int net_common_flags_usage(int argc, const char **argv)