summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-11-28 23:54:07 +0000
committerAndrew Tridgell <tridge@samba.org>2001-11-28 23:54:07 +0000
commit23ef22f11700bbaa5778a9678a990a2b041fcefe (patch)
treef6965d762cbf1fdef3bb40a6c3f95a573d70c9a5 /source/client/client.c
parentc60aa6c06f376684b6d6d9a2c14305ca9f4657ef (diff)
downloadsamba-23ef22f11700bbaa5778a9678a990a2b041fcefe.tar.gz
samba-23ef22f11700bbaa5778a9678a990a2b041fcefe.tar.xz
samba-23ef22f11700bbaa5778a9678a990a2b041fcefe.zip
fixed some krb5 ifdefs
Diffstat (limited to 'source/client/client.c')
-rw-r--r--source/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index c3d1fbc7ecc..c1b4ade011d 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -2686,7 +2686,7 @@ static int do_message_op(void)
io_bufsize = MAX(1, atoi(optarg));
break;
case 'k':
-#if HAVE_KRB5
+#ifdef HAVE_KRB5
use_kerberos = True;
got_pass = True;
#else