From 413f8f538a67791d618fadfb5cccfc62b9ab72bb Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 2 Feb 2015 22:46:23 +1100 Subject: [PATCH] Remove dereferencing error of accessing authorised after client may be killed --- src/stratifier.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index b0cc76de..50a40eae 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1415,7 +1415,6 @@ static void drop_client(sdata_t *sdata, const int64_t id) dropped = __drop_client(sdata, client, user); else client->dropped = true; - client->authorised = false; } /* Old disconnected instances will not have any valid shares so remove