fix a bunch of spooler issue

This commit is contained in:
roberto@app2
2012-01-20 15:16:47 +00:00
parent fb13084b87
commit 41008fa594
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -503,6 +503,7 @@ void init_uwsgi_embedded_module() {
}
}
#ifdef UWSGI_SPOOLER
if (uwsgi.spoolers) {
int sc = 0;
struct uwsgi_spooler *uspool = uwsgi.spoolers;
@@ -524,6 +525,7 @@ void init_uwsgi_embedded_module() {
exit(1);
}
}
#endif
if (PyDict_SetItemString(up.embedded_dict, "SPOOL_RETRY", PyInt_FromLong(-1))) {