do not differentiate reload when uWSGI is build as shared library

This commit is contained in:
Unbit
2013-03-29 21:21:46 +01:00
parent 6dad7b3ced
commit 3ea82b2bcd
-3
View File
@@ -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;