mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
quick bug fix for crash in server page
This commit is contained in:
parent
9aa0619992
commit
04d10d7fd3
1 changed files with 2 additions and 1 deletions
|
@ -1630,7 +1630,8 @@ NATStatus *MainWindow::natstatusInstance()
|
|||
|
||||
void MainWindow::torstatusReset()
|
||||
{
|
||||
torstatus->reset();
|
||||
if(torstatus != nullptr)
|
||||
torstatus->reset();
|
||||
}
|
||||
DHTStatus *MainWindow::dhtstatusInstance()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue