Skip to content

Commit

Permalink
Don't re-format config if somehow the config option isn't set
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Nov 13, 2021
1 parent 9be9daa commit 71aa88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/apache-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,7 @@ sub format_modifed_config_files
# Checks if formatting config is allowed
sub format_config_allowed
{
return $config{'format_config'} ne '0';
return $config{'format_config'};
}

1;
Expand Down

0 comments on commit 71aa88a

Please sign in to comment.