use ftp principle if it was present. Client looks for ftp
first, then tries host; ftpd was looking only for host.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8355
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Jun 13 18:35:19 1996 Kevin L Mitchell <klmitch@mit.edu>
+
+ * ftpd.c (authdata): misplaced braces caused server to not be able to
+ use ftp principle if it was present. Client looks for ftp
+ first, then tries host; ftpd was looking only for host.
+
Mon Jun 3 16:12:59 1996 Tom Yu <tlyu@mit.edu>
* Makefile.in, configure.in: back out previous changes and use
if (maj_stat != GSS_S_COMPLETE)
continue;
found++;
- }
+ /* }*/
if (!found && (maj_stat != GSS_S_COMPLETE))
{
(void) gss_release_cred(&min_stat, &server_creds);
return(0);
}
+ }
}
#endif /* GSSAPI */
/* Other auth types go here ... */