projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
942cdc8
)
add \n to error message
author
John Kohl
<jtkohl@mit.edu>
Mon, 6 May 1991 10:41:30 +0000
(10:41 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 6 May 1991 10:41:30 +0000
(10:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2090
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/sample/sclient/sclient.c
patch
|
blob
|
history
diff --git
a/src/appl/sample/sclient/sclient.c
b/src/appl/sample/sclient/sclient.c
index efb08a730f531ee0401fb73a4a7a4a207c697e82..5b929d7ff451b8d3d74c7514de5961ff83a616fa 100644
(file)
--- a/
src/appl/sample/sclient/sclient.c
+++ b/
src/appl/sample/sclient/sclient.c
@@
-170,7
+170,7
@@
char *argv[];
}
if (retval == KRB5_SENDAUTH_REJECTED) {
/* got an error */
- printf("sendauth rejected, error reply is:\n\t\"%*s\"",
+ printf("sendauth rejected, error reply is:\n\t\"%*s\"
\n
",
err_ret->text.length, err_ret->text.data);
} else if (rep_ret) {
/* got a reply */