Browse Source

snmpstats: support of OPTIONS advertised also for siputils module

Daniel-Constantin Mierla 14 years ago
parent
commit
9d5bae90cd
1 changed files with 1 additions and 1 deletions
  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");
 	}