diff options
author | mouring <mouring> | 2001-03-05 08:18:17 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-03-05 08:18:17 +0000 |
commit | fd20d16a1dd10871f164a226f6f90ec0b0132450 (patch) | |
tree | f5422ecbfee641cf25d2ddaabb55de55aff9b8f2 /log.c | |
parent | 3972275c0686f7b02fc3f213152dcad6588f4cd9 (diff) | |
download | openssh-fd20d16a1dd10871f164a226f6f90ec0b0132450.tar.gz |
Temporary disable AUTHPRIV code until it's fixed. It is broken. =(
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -284,11 +284,13 @@ log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) case SYSLOG_FACILITY_AUTH: log_facility = LOG_AUTH; break; +#if 0 /* This is broken. =) - BAL */ #ifdef LOG_AUTHPRIV /** BAL: Verify */ case SYSLOG_FACILITY_AUTHPRIV log_facility = AUTHPRIV; break #endif +#endif case SYSLOG_FACILITY_LOCAL0: log_facility = LOG_LOCAL0; break; |