Skip to content

Commit

Permalink
Explicitly return undef
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jan 9, 2023
1 parent 3aa3205 commit f21f1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ sub feature_chained
# Turning on a website, so enable SSL as well
return 1;
}
return undef;
}
else {
# Always off when a website is
Expand Down

0 comments on commit f21f1fa

Please sign in to comment.