projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7062409
)
#ifdef's have to be at column 1, not tabbed over!
author
Theodore Tso
<tytso@mit.edu>
Thu, 16 Jun 1994 07:00:54 +0000
(07:00 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 16 Jun 1994 07:00:54 +0000
(07:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3853
dc483132
-0cff-0310-8789-
dd5450dbe970
src/clients/ksu/main.c
patch
|
blob
|
history
diff --git
a/src/clients/ksu/main.c
b/src/clients/ksu/main.c
index 2c4ce78511072339b9fa74a8d68797bbc6d3ca7c..dfe8db2c3b544973d84fb4f612c7659fc7505fcc 100644
(file)
--- 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,