Comment invasive code section

This commit is contained in:
reshke 2021-07-08 16:13:32 +05:00
parent 53113fec74
commit d9a8bcd6f4
1 changed files with 2 additions and 0 deletions

View File

@ -744,6 +744,8 @@ static od_frontend_status_t od_frontend_remote_server(od_relay_t *relay,
return OD_SKIP;
if (route->id.physical_rep || route->id.logical_rep) {
// do not detach server connection on replication
// the exceptional case in offine: ew are going to shut down here
if (server->offline) {
return OD_DETACH;
}