diff options
author | Jim McDonough <jmcd@samba.org> | 2002-03-15 22:10:19 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-03-15 22:10:19 +0000 |
commit | a60033e42d41040a5dbde2ee6f01cbb97d1a1524 (patch) | |
tree | a46514e626f0ba25000892efea3a4407ba296088 | |
parent | 8dfc79b4126a2012b0ef2433887508eb4be9aeb3 (diff) | |
download | samba-a60033e42d41040a5dbde2ee6f01cbb97d1a1524.tar.gz samba-a60033e42d41040a5dbde2ee6f01cbb97d1a1524.tar.bz2 samba-a60033e42d41040a5dbde2ee6f01cbb97d1a1524.zip |
Change new style join function name for clarity in net_rpc.c
(This used to be commit 539d0cc03035c126e2de82523a07ed91997100b8)
-rw-r--r-- | source3/utils/net_rpc_join.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |