* logger.c (klog_vsyslog): If krb5_klog_init() is not called, do
authorEzra Peisach <epeisach@mit.edu>
Mon, 18 Jun 2001 01:44:03 +0000 (01:44 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 18 Jun 2001 01:44:03 +0000 (01:44 +0000)
commitc62cfd3f33f8b2f975505d01144913544e96e7b5
tree8df2afe8ebe8183deff213d728eaa2cf5696c20e
parent49c05ae14e89a5d00e0bd62a47b55554a060b46b
    * logger.c (klog_vsyslog): If krb5_klog_init() is not called, do
        not pass a NULL pointer to vsprintf for a %s format. Also, if
        syslog() exists on the system, fallback to using this so the
        message is not dropped on the floor.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13357 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kadm5/ChangeLog
src/lib/kadm5/logger.c