Corrected typo
authoraland <aland>
Thu, 29 May 2008 08:26:55 +0000 (08:26 +0000)
committeraland <aland>
Thu, 29 May 2008 08:26:55 +0000 (08:26 +0000)
src/modules/rlm_linelog/rlm_linelog.c

index 173897b..2cd1428 100755 (executable)
@@ -114,7 +114,7 @@ static int linelog_instantiate(CONF_SECTION *conf, void **instance)
                return -1;
        }
 
-#ifdef HAVE_SYSLOG_H
+#ifndef HAVE_SYSLOG_H
        if (strcmp(inst->filename, "syslog") == 0) {
                radlog(L_ERR, "rlm_linelog: Syslog output is not supported");
                linelog_detach(inst);