From f9e9acb07f07456c01ee69116eda0496299abac2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 21 Jan 2004 14:48:02 +0000 Subject: Fix compiler warning (This used to be commit 413ed77142377351a0ed1c6cf800a14809e56e9c) --- source3/utils/net_rpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') 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; } /** -- cgit