mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:55:44 +00:00
Fix typos
This commit is contained in:
parent
86790ab989
commit
6b9b578c02
@ -3,7 +3,7 @@ Fort Firewall ChangeLog
|
||||
v3.12.6, 2024-05-02:
|
||||
- UI: Service: Restart clients on upgrade.
|
||||
- UI: Use RegisterApplicationRestart().
|
||||
- Installer: Remove uneeded "delay-start.bat".
|
||||
- Installer: Remove unneeded "delay-start.bat".
|
||||
|
||||
v3.12.5, 2024-04-30:
|
||||
- UI: Portable: Istall driver on startup and uninstall on exit.
|
||||
|
@ -30,7 +30,7 @@ enum FortError {
|
||||
inline bool processArgsParam(const char param, const char *arg2, int &rc)
|
||||
{
|
||||
switch (param) {
|
||||
case 's': { // Stop
|
||||
case 's': { // Service: Stop
|
||||
rc = StartupUtil::stopService() ? 0 : FortErrorService;
|
||||
} break;
|
||||
case 'i': { // Install
|
||||
|
Loading…
Reference in New Issue
Block a user