prepare for the new sharedarea api

This commit is contained in:
Roberto De Ioris
2013-11-29 07:39:12 +01:00
parent 27c3532617
commit 0715031b00
5 changed files with 28 additions and 157 deletions
+1 -1
View File
@@ -833,7 +833,7 @@ void init_uwsgi_embedded_module() {
init_uwsgi_module_spooler(new_uwsgi_module);
}
if (uwsgi.sharedareasize > 0 && uwsgi.sharedarea) {
if (uwsgi.sharedareas) {
init_uwsgi_module_sharedarea(new_uwsgi_module);
}