mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 06:11:11 -05:00
quick bug fix for crash in server page
This commit is contained in:
parent
9aa0619992
commit
04d10d7fd3
@ -1630,7 +1630,8 @@ NATStatus *MainWindow::natstatusInstance()
|
||||
|
||||
void MainWindow::torstatusReset()
|
||||
{
|
||||
torstatus->reset();
|
||||
if(torstatus != nullptr)
|
||||
torstatus->reset();
|
||||
}
|
||||
DHTStatus *MainWindow::dhtstatusInstance()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user