diff --git a/core/master_utils.c b/core/master_utils.c index bbfb72e1..19b3cd04 100644 --- a/core/master_utils.c +++ b/core/master_utils.c @@ -413,9 +413,6 @@ void uwsgi_reload(char **argv) { #endif } -#ifdef UWSGI_AS_SHARED_LIBRARY - return; -#else uwsgi_log("running %s\n", uwsgi.binary_path); uwsgi_flush_logs(); argv[0] = uwsgi.binary_path;