1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Change new style join function name for clarity in net_rpc.c

(This used to be commit 539d0cc030)
This commit is contained in:
Jim McDonough 2002-03-15 22:10:19 +00:00
parent 8dfc79b412
commit a60033e42d

View File

@ -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;