summaryrefslogtreecommitdiffhomepage
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 69a4c85..9dd6da2 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -624,7 +624,7 @@ static HANDLE_FUNC (handle_anonymous)
if (!arg)
return -1;
- anonymous_insert (arg);
+ anonymous_insert (conf, arg);
safefree (arg);
return 0;
}