projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b9a36
)
Fix up small typo in lat set of commits
author
Ezra Peisach
<epeisach@mit.edu>
Wed, 6 Jun 2001 18:57:39 +0000
(18:57 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Wed, 6 Jun 2001 18:57:39 +0000
(18:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13279
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/gssftp/ftpd/ftpd.c
patch
|
blob
|
history
diff --git
a/src/appl/gssftp/ftpd/ftpd.c
b/src/appl/gssftp/ftpd/ftpd.c
index c19f6207efd0a0c3975881f48edc89471c972788..a81556093aafb370ab03d0e1de24f907d77795ef 100644
(file)
--- a/
src/appl/gssftp/ftpd/ftpd.c
+++ b/
src/appl/gssftp/ftpd/ftpd.c
@@
-2871,7
+2871,8
@@
secure_gss_error(maj_stat, min_stat, s)
OM_uint32 maj_stat, min_stat;
char *s;
{
- return reply_gss_error(535, maj_stat, min_stat, s);
+ reply_gss_error(535, maj_stat, min_stat, s);
+ return;
}