Skip to content

Commit

Permalink
Fix unknown include/exclude option: c
Browse files Browse the repository at this point in the history
Fixes #411: Unknown include/exclude option: c
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 740e354 commit 0d201be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dird/dird_conf.c
Expand Up @@ -1555,6 +1555,9 @@ bool FILESETRES::print_config(POOL_MEM &buff, bool hide_sensitive_data)
}
pm_strcat(cfg_str, "\n");
break;
case 'c':
indent_config_item(cfg_str, 3, "CheckFileChanges = yes\n");
break;
case 'd':
switch(*(p + 1)) {
case '1':
Expand Down

0 comments on commit 0d201be

Please sign in to comment.