From 74af2c2cca3f2a5d54f013c596d0093d279c8920 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 10 Apr 2002 00:36:06 +0000 Subject: fixed a return value for a help function (This used to be commit da794d3bbd919e4a909f219d98b1411c1c2d60fd) --- source3/utils/net_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_help.c') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 38b1aa2b28..21af8a4fd9 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -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) -- cgit