mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
whitespace and match 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1797662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1121,7 +1121,7 @@ static const char *cmd_servertype(cmd_parms *cmd, void *in_dconf,
|
||||
if (!strcasecmp(val, "GENERIC")) {
|
||||
dconf->backend_type = BACKEND_GENERIC;
|
||||
}
|
||||
else if (!strcasecmp(val, "FPM")) {
|
||||
else if (!strcasecmp(val, "FPM")) {
|
||||
dconf->backend_type = BACKEND_FPM;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user