From 3ea82b2bcda288e0ed28fec5eb73a2f718552c43 Mon Sep 17 00:00:00 2001 From: Unbit Date: Fri, 29 Mar 2013 21:21:46 +0100 Subject: [PATCH] do not differentiate reload when uWSGI is build as shared library --- core/master_utils.c | 3 --- 1 file changed, 3 deletions(-) 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;