mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-06 00:13:33 +00:00
Fixed registry read exception.
This commit is contained in:
@@ -136,8 +136,7 @@ namespace MeshCentralRouter
|
||||
{
|
||||
Debug("stopButton_Click()");
|
||||
exit = true;
|
||||
if (listener != null)
|
||||
{
|
||||
if (listener != null) {
|
||||
listener.Stop();
|
||||
listener = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user