diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-04-10 00:36:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-04-10 00:36:06 +0000 |
commit | 74af2c2cca3f2a5d54f013c596d0093d279c8920 (patch) | |
tree | 9ca94a56ad404a7c5b2f98c8a2050dc66057779a /source3/utils | |
parent | 9195f34e4a777cbc3d81858cb36e97ccff54b1a2 (diff) | |
download | samba-74af2c2cca3f2a5d54f013c596d0093d279c8920.tar.gz samba-74af2c2cca3f2a5d54f013c596d0093d279c8920.tar.bz2 samba-74af2c2cca3f2a5d54f013c596d0093d279c8920.zip |
fixed a return value for a help function
(This used to be commit da794d3bbd919e4a909f219d98b1411c1c2d60fd)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |