From a60033e42d41040a5dbde2ee6f01cbb97d1a1524 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Fri, 15 Mar 2002 22:10:19 +0000 Subject: Change new style join function name for clarity in net_rpc.c (This used to be commit 539d0cc03035c126e2de82523a07ed91997100b8) --- source3/utils/net_rpc_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_rpc_join.c') diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c index 86a00eb9af..a88292492a 100644 --- a/source3/utils/net_rpc_join.c +++ b/source3/utils/net_rpc_join.c @@ -45,7 +45,7 @@ * **/ -int net_rpc_join(int argc, const char **argv) +int net_rpc_join_newstyle(int argc, const char **argv) { extern pstring global_myname; -- cgit