From 14805ce8fab733d1f784df6168499df3b7073767 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 17 Feb 2015 17:27:02 +1100 Subject: [PATCH] Send stratifier deadproxy message if it's trying to send shares to it --- src/generator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generator.c b/src/generator.c index a3f48388..745c89e2 100644 --- a/src/generator.c +++ b/src/generator.c @@ -1351,6 +1351,7 @@ static void submit_share(gdata_t *gdata, json_t *val) if (!proxi->alive) { LOGNOTICE("Client %"PRId64" attempting to send shares to dead proxy %d:%d, dropping", client_id, id, subid); + send_stratifier_deadproxy(ckp, id, subid); stratifier_reconnect_client(ckp, client_id); return json_decref(val); }