mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-05 04:25:09 +01:00
Stop the server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook
This commit is contained in:
parent
2a79fd7862
commit
52766cdca1
@ -226,7 +226,7 @@ WUPS_CONFIG_CLOSED() {
|
||||
}
|
||||
}
|
||||
|
||||
ON_APPLICATION_REQUESTS_EXIT() {
|
||||
ON_APPLICATION_ENDS() {
|
||||
stopServer();
|
||||
deinitLogging();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user