This commit is contained in:
Roy Marples 2008-11-28 10:47:17 +00:00
parent c064393f08
commit b859710cc8

View File

@ -150,10 +150,10 @@ void rc_logger_open(const char *level)
int i;
FILE *log = NULL;
if (! isatty(STDOUT_FILENO))
if (!isatty(STDOUT_FILENO))
return;
if (! rc_conf_yesno("rc_logger"))
if (!rc_conf_yesno("rc_logger"))
return;
if (pipe(signal_pipe) == -1)