diff options
author | Luke Leighton <lkcl@samba.org> | 2000-03-21 21:08:07 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 2000-03-21 21:08:07 +0000 |
commit | 2864ac574b7d2c7422b632068ace7a02dcc61cee (patch) | |
tree | 385ac323a766ea1340fb5a5829df00dafbd77907 /source3/rpcclient | |
parent | d1ac0e95e4082f6906df77ed80fdd319df78ad4e (diff) | |
download | samba-2864ac574b7d2c7422b632068ace7a02dcc61cee.tar.gz samba-2864ac574b7d2c7422b632068ace7a02dcc61cee.tar.xz samba-2864ac574b7d2c7422b632068ace7a02dcc61cee.zip |
indent update to make t easier to see setuid mods in TNG. some
code from these modules i had to leave out (nothing to do withj setuid)
(This used to be commit 96717211edcc389daa4494907251ffb79ffa56d9)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 187d51c3ad6..b0fa85b8a4d 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -404,7 +404,9 @@ 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]); |