summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-16 07:00:54 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-16 07:00:54 +0000
commitfbd287c29e3ae551a0bd886f309927ab2ad5c363 (patch)
tree0ac971088c81181146c74ba14d6f0719461612ce /src
parent70624098a09f94dff41a993265242b48f56b12d5 (diff)
downloadkrb5-fbd287c29e3ae551a0bd886f309927ab2ad5c363.tar.gz
krb5-fbd287c29e3ae551a0bd886f309927ab2ad5c363.tar.xz
krb5-fbd287c29e3ae551a0bd886f309927ab2ad5c363.zip
#ifdef's have to be at column 1, not tabbed over!
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3853 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/clients/ksu/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clients/ksu/main.c b/src/clients/ksu/main.c
index 2c4ce7851..dfe8db2c3 100644
--- a/src/clients/ksu/main.c
+++ b/src/clients/ksu/main.c
@@ -525,7 +525,7 @@ char * dir_of_cc_source;
}
if ((source_uid == 0) || (target_uid == source_uid)){
- #ifdef GET_TGT_VIA_PASSWD
+#ifdef GET_TGT_VIA_PASSWD
if ((!all_rest_copy) && options.princ && (stored == FALSE)){
if (retval = krb5_tgtname(krb5_princ_realm (client),
krb5_princ_realm(client),
@@ -556,7 +556,7 @@ char * dir_of_cc_source;
}
}
- #endif /* GET_TGT_VIA_PASSWD */
+#endif /* GET_TGT_VIA_PASSWD */
}
/* if the user is root or same uid then authentication is not neccesary,