mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-07 22:21:47 +00:00
prepare for the new sharedarea api
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user