Don't send proxy information in pasthrough mode

This commit is contained in:
Con Kolivas 2015-12-29 23:51:59 +11:00
parent 04eaabfaa2
commit 1feea43855

View File

@ -1053,6 +1053,8 @@ static void send_stratifier_deadproxy(ckpool_t *ckp, const int id, const int sub
{
char buf[256];
if (ckp->passthrough)
return;
sprintf(buf, "deadproxy=%d:%d", id, subid);
send_proc(ckp->stratifier, buf);
}