summaryrefslogtreecommitdiffhomepage
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index abb6201..e4c2c35 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -776,11 +776,11 @@ static HANDLE_FUNC (handle_reversepath)
safefree (arg1);
return -1;
}
- reversepath_add (arg1, arg2);
+ reversepath_add (arg1, arg2, &conf->reversepath_list);
safefree (arg1);
safefree (arg2);
} else {
- reversepath_add (NULL, arg1);
+ reversepath_add (NULL, arg1, &conf->reversepath_list);
safefree (arg1);
}
return 0;