fixed a bug in #ifdef for pump/web3 spotted by riccardo

This commit is contained in:
roberto@oneiric64
2011-11-26 18:39:44 +01:00
parent 543271e856
commit b0af1f800b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,12 +192,12 @@ int uwsgi_response_subhandler_web3(struct wsgi_request *wsgi_req) {
UWSGI_RELEASE_GIL
return UWSGI_AGAIN;
}
#endif
}
else {
uwsgi_log("invalid Web3 response.\n");
goto clear;
}
#endif
}