summaryrefslogtreecommitdiff
path: root/kuser/kdestroy.c
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@kth.se>2003-05-08 18:52:57 +0000
committerLove Hörnquist Åstrand <lha@kth.se>2003-05-08 18:52:57 +0000
commit0764844cac00514eba5522bea51f2f5ee8fb83ea (patch)
treee36a205d7848f252499721e1a867213eb73b7bd3 /kuser/kdestroy.c
parent77299ee4c7534410e4a75cee663266fe17d1e559 (diff)
destroy tokens even if there isn't v4 support
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12248 ec53bebd-3082-4978-b11e-865c3cabbd6b
Diffstat (limited to 'kuser/kdestroy.c')
-rw-r--r--kuser/kdestroy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/kdestroy.c b/kuser/kdestroy.c
index 190e65015..359fd9661 100644
--- a/kuser/kdestroy.c
+++ b/kuser/kdestroy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 2000 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2000, 2003 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -120,11 +120,11 @@ main (int argc, char **argv)
#if KRB4
if(dest_tkt_flag && dest_tkt ())
exit_val = 1;
+#endif
if (unlog_flag && k_hasafs ()) {
if (k_unlog ())
exit_val = 1;
}
-#endif
return exit_val;
}