From 3396a1d97850bb705ead64857c22b60a855ccd5a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 23 Jun 2000 00:09:21 +0000 Subject: just enough to get rpcclient to compile. Look for #if 0 blocks around a few unimplemented functions. Also had to add cli_reg.c to Makefile.in --jerry (This used to be commit 426c43fb5167b042682c22e67871e5ebadb4b769) --- source3/rpcclient/rpcclient.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/rpcclient/rpcclient.c') diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index eccb2fd06a..0a91f255c1 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -404,9 +404,11 @@ enum client_action printf("Please use rpcclient from the SAMBA_TNG cvs tag.\n"); printf("Please refer to http://samba.org/cvs.html for details.\n"); +/* #ifndef DEBUG_PASSWORD exit(-1); #endif +*/ out_hnd = stdout; fstrcpy(debugf, argv[0]); -- cgit