|
|
@ -1330,6 +1330,7 @@ static void drop_client(sdata_t *sdata, int64_t id) |
|
|
|
if (client) { |
|
|
|
if (client) { |
|
|
|
instance = client->user_instance; |
|
|
|
instance = client->user_instance; |
|
|
|
if (client->authorised) { |
|
|
|
if (client->authorised) { |
|
|
|
|
|
|
|
client->authorised = false; |
|
|
|
dec = true; |
|
|
|
dec = true; |
|
|
|
ckp = client->ckp; |
|
|
|
ckp = client->ckp; |
|
|
|
} |
|
|
|
} |
|
|
|