fixed file monitor and timers on OSX

This commit is contained in:
roberto@mrspurr
2010-12-19 14:58:01 +01:00
parent fca3c51351
commit 07a87bdff3
5 changed files with 74 additions and 14 deletions

View File

@@ -168,7 +168,6 @@ PyObject *py_uwsgi_signal(PyObject * self, PyObject * args) {
// am i the master ?
if (uwsgi.mywid == 0) {
uwsgi_log("i am the master !!!\n");
register_signal(uwsgi_signal, payload);
goto done;
}