* login.c (main): Change two-argument call to syslog to three
arguments to handle screw cases in hostnames.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7178
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Dec 5 20:44:39 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * configure.in: Use krb5util library.
+
+ * login.c (main): Change two-argument call to syslog to three
+ arguments to handle screw cases in hostnames.
+
Fri Dec 1 17:25:02 1995 Theodore Y. Ts'o <tytso@dcl>
* login.c (main, dofork): Applied patch from Scott Schwartz
ADD_DEF(-DKERBEROS)
AC_CONST
USE_KRB4_LIBRARY
+USE_KRB5UTIL_LIBRARY
KRB5_LIBRARIES
V5_USE_SHARED_LIB
V5_AC_OUTPUT_MAKEFILE
kdata->pname, kdata->pinst,
kdata->prealm);
#endif
- syslog(LOG_NOTICE, buf);
+ syslog(LOG_NOTICE, "%s", buf);
} else {
#endif /* KRB4 */
#ifdef UT_HOSTSIZE