Skip to content

Commit ebc8ab8

Browse files
committed
MODCLUSTER-823: Fix ignored aliases
1 parent 6527818 commit ebc8ab8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

native/mod_manager/mod_manager.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,12 @@ static char * process_appl_cmd(request_rec *r, char **ptr, int status, int *errt
18391839
return apr_psprintf(r->pool, MCONTUI, node->mess.JVMRoute);
18401840
}
18411841

1842+
if (insert_update_hosts(hoststatsmem, vhost->host, node->mess.id, host->vhost) != APR_SUCCESS) {
1843+
loc_unlock_nodes();
1844+
*errtype = TYPEMEM;
1845+
return apr_psprintf(r->pool, MHOSTUI, node->mess.JVMRoute);
1846+
}
1847+
18421848
/* Remove the host if all the contextes have been removed */
18431849
if (status == REMOVE) {
18441850
int size = loc_get_max_size_context();

0 commit comments

Comments
 (0)