summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-21 21:08:07 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-21 21:08:07 +0000
commit96717211edcc389daa4494907251ffb79ffa56d9 (patch)
treef2add2f7d7009299897a7dadfcaeb42bd4cf93b3 /source/rpcclient
parent171222ce22595743a052e5c3d4428ce916d7c345 (diff)
downloadsamba-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.c2
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]);