snmp fixes

This commit is contained in:
roberto@debian32
2011-08-26 09:54:11 +02:00
parent 60002e8de8
commit 982559ae66
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -681,9 +681,11 @@ void init_uwsgi_embedded_module() {
init_uwsgi_module_queue(new_uwsgi_module);
}
#ifdef UWSGI_SNMP
if (uwsgi.snmp) {
init_uwsgi_module_snmp(new_uwsgi_module);
}
#endif
if (up.extension) {
up.extension();