minor changes

This commit is contained in:
Shreyas Zare
2018-09-30 23:43:34 +05:30
parent 422f827254
commit 62ac914443
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ namespace DnsServerApp
break;
}
service.Stop();
service.Dispose();
Console.WriteLine("Technitium DNS Server was stopped successfully.");
}
}