|
|
@ -2156,9 +2156,8 @@ static void dead_proxy(sdata_t *sdata, const char *buf) |
|
|
|
|
|
|
|
|
|
|
|
sscanf(buf, "deadproxy=%d:%d", &id, &subid); |
|
|
|
sscanf(buf, "deadproxy=%d:%d", &id, &subid); |
|
|
|
proxy = existing_subproxy(sdata, id, subid); |
|
|
|
proxy = existing_subproxy(sdata, id, subid); |
|
|
|
if (!proxy) |
|
|
|
if (proxy) |
|
|
|
return; |
|
|
|
proxy->dead = true; |
|
|
|
proxy->dead = true; |
|
|
|
|
|
|
|
LOGNOTICE("Stratifier dropping clients from proxy %d:%d", id, subid); |
|
|
|
LOGNOTICE("Stratifier dropping clients from proxy %d:%d", id, subid); |
|
|
|
|
|
|
|
|
|
|
|
ck_rlock(&sdata->instance_lock); |
|
|
|
ck_rlock(&sdata->instance_lock); |
|
|
|