Fixing compilation error

This commit is contained in:
Joakim Erdfelt 2023-04-10 15:25:56 -05:00
parent f94977084b
commit e927ad258b
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ public class StartArgs
if (ARG_ALLOW_INSECURE_HTTP_DOWNLOADS.equals(arg)) if (ARG_ALLOW_INSECURE_HTTP_DOWNLOADS.equals(arg))
{ {
allowInsecureHttpDownloads = true; allowInsecureHttpDownloads = true;
return; return environment;
} }
// Enable forked execution of Jetty server // Enable forked execution of Jetty server