mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -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,6 +1630,7 @@ NATStatus *MainWindow::natstatusInstance()
|
||||||
|
|
||||||
void MainWindow::torstatusReset()
|
void MainWindow::torstatusReset()
|
||||||
{
|
{
|
||||||
|
if(torstatus != nullptr)
|
||||||
torstatus->reset();
|
torstatus->reset();
|
||||||
}
|
}
|
||||||
DHTStatus *MainWindow::dhtstatusInstance()
|
DHTStatus *MainWindow::dhtstatusInstance()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue