summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-01-21 14:48:02 +0000
committerVolker Lendecke <vlendec@samba.org>2004-01-21 14:48:02 +0000
commitf9e9acb07f07456c01ee69116eda0496299abac2 (patch)
tree9c98c9fc039691592b7ef516d047f3df7eaffbfa /source3
parent28cc456e086448cf001f9aad2c705861560d2d72 (diff)
downloadsamba-f9e9acb07f07456c01ee69116eda0496299abac2.tar.gz
samba-f9e9acb07f07456c01ee69116eda0496299abac2.tar.bz2
samba-f9e9acb07f07456c01ee69116eda0496299abac2.zip
Fix compiler warning
(This used to be commit 413ed77142377351a0ed1c6cf800a14809e56e9c)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 93c13bf1f5..eb5a9634c8 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -303,6 +303,8 @@ static int net_rpc_oldjoin(int argc, const char **argv)
if (rc) {
d_printf("Failed to join domain\n");
}
+
+ return rc;
}
/**