Ver Fonte

snmpstats: support of OPTIONS advertised also for siputils module

Daniel-Constantin Mierla há 14 anos atrás
pai
commit
9d5bae90cd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules_k/snmpstats/snmpSIPMethodSupportedTable.c

+ 1 - 1
modules_k/snmpstats/snmpSIPMethodSupportedTable.c

@@ -150,7 +150,7 @@ void init_openserSIPMethodSupportedTable(void)
 		createRow(4, "METHOD_BYE");
 	}
 
-	if (module_loaded("options")) {
+	if (module_loaded("options") || module_loaded("siputils")) {
 		createRow(6, "METHOD_OPTIONS");
 	}