Skip to content

Commit

Permalink
webMAN MOD 1.47.46d
Browse files Browse the repository at this point in the history
- Fixed crash switching webMAN MOD via web command /quit.ps3
  • Loading branch information
aldostools committed May 15, 2024
1 parent 0f94166 commit 9d58c8c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 2 deletions.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx
Binary file not shown.
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server_lite.sprx
Binary file not shown.
Binary file not shown.
9 changes: 7 additions & 2 deletions include/cmd/quit.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@
if(file_exists(plugin_path))
{
if(strstr(plugin_path, "/webftp_server"))
{
create_file(WM_RELOAD_FILE); // create semaphore file

load_vsh_module(plugin_path);
load_vsh_module(plugin_path);
unload_me(3);
goto exit_handleclient_www;
}
else
load_vsh_module(plugin_path);
}
#endif

Expand Down

0 comments on commit 9d58c8c

Please sign in to comment.