Browse Source

Remove dereferencing error of accessing authorised after client may be killed

master
Con Kolivas 10 years ago
parent
commit
413f8f538a
  1. 1
      src/stratifier.c

1
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

Loading…
Cancel
Save