summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ulogd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ulogd.c b/src/ulogd.c
index 429f472..e69079d 100644
--- a/src/ulogd.c
+++ b/src/ulogd.c
@@ -97,7 +97,6 @@ static struct config_keyset ulogd_kset = {
.key = "logfile",
.type = CONFIG_TYPE_CALLBACK,
.options = CONFIG_OPT_NONE,
- .u.string = ULOGD_LOGFILE_DEFAULT,
.u.parser = &logfile_open,
},
{
@@ -1022,7 +1021,7 @@ static struct option opts[] = {
{ "configfile", 1, NULL, 'c'},
{ "uid", 1, NULL, 'u' },
{ "info", 1, NULL, 'i' },
- { 0 }
+ {NULL, 0, NULL, 0}
};
int main(int argc, char* argv[])