Skip to content

Commit

Permalink
submission: Perform variable substitution for the submission_relay_ra…
Browse files Browse the repository at this point in the history
…wlog_dir setting.
  • Loading branch information
stephanbosch authored and sirainen committed May 15, 2018
1 parent ca7e023 commit 786bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submission/submission-settings.c
Expand Up @@ -81,7 +81,7 @@ static const struct setting_define submission_setting_defines[] = {
DEF(SET_ENUM, submission_relay_ssl),
DEF(SET_BOOL, submission_relay_ssl_verify),

DEF(SET_STR, submission_relay_rawlog_dir),
DEF(SET_STR_VARS, submission_relay_rawlog_dir),
DEF(SET_TIME, submission_relay_max_idle_time),

DEF(SET_TIME_MSECS, submission_relay_connect_timeout),
Expand Down

0 comments on commit 786bbdb

Please sign in to comment.