diff options
author | 2022-09-23 14:22:24 +1000 | |
---|---|---|
committer | 2022-09-23 14:22:24 +1000 | |
commit | f3e4c036fa07f275b9d591f91e5d666a7582fede (patch) | |
tree | 447c5d827058bf4929daaf483345c14b48b5114e /src/frontend/mame/clifront.cpp | |
parent | 36b4127cc85a4c015cb3cb58dcb170d98f667af5 (diff) |
Removed insecure web server.
Diffstat (limited to 'src/frontend/mame/clifront.cpp')
-rw-r--r-- | src/frontend/mame/clifront.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/clifront.cpp b/src/frontend/mame/clifront.cpp index cef0cddf721..926c43623bd 100644 --- a/src/frontend/mame/clifront.cpp +++ b/src/frontend/mame/clifront.cpp @@ -258,7 +258,7 @@ void cli_frontend::start_execution(mame_machine_manager *manager, const std::vec // otherwise, check for a valid system load_translation(m_options); - manager->start_http_server(); + //manager->start_http_server(); manager->start_luaengine(); |