mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fixes #4134
This commit is contained in:
@@ -731,7 +731,7 @@ static void stopServer(tr_rpc_server* server)
|
||||
rpc_server_start_retry_cancel(server);
|
||||
|
||||
auto& httpd = server->httpd;
|
||||
if (httpd)
|
||||
if (!httpd)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user