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 | 96717211edcc389daa4494907251ffb79ffa56d9 (patch) | |
tree | f2add2f7d7009299897a7dadfcaeb42bd4cf93b3 /source/rpcclient | |
parent | 171222ce22595743a052e5c3d4428ce916d7c345 (diff) | |
download | samba-96717211edcc389daa4494907251ffb79ffa56d9.tar.gz samba-96717211edcc389daa4494907251ffb79ffa56d9.tar.xz samba-96717211edcc389daa4494907251ffb79ffa56d9.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)
Diffstat (limited to 'source/rpcclient')
-rw-r--r-- | source/rpcclient/rpcclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/rpcclient/rpcclient.c b/source/rpcclient/rpcclient.c index 187d51c3ad6..b0fa85b8a4d 100644 --- a/source/rpcclient/rpcclient.c +++ b/source/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]); |