Skip to content

Commit 8e51de2

Browse files
authored
Merge pull request #806 from jajik/MODCLUSTER-823
MODCLUSTER-823: Fix ignored aliases
2 parents 6527818 + ebc8ab8 commit 8e51de2

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)