mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Remove function report_this_text() (#10728)
This commit is contained in:
		| @@ -267,7 +267,7 @@ function snmp_get($device, $oid, $options = null, $mib = null, $mibdir = null) | ||||
|     $time_start = microtime(true); | ||||
|  | ||||
|     if (strstr($oid, ' ')) { | ||||
|         echo report_this_text("snmp_get called for multiple OIDs: $oid"); | ||||
|         throw new Exception("snmp_get called for multiple OIDs: $oid"); | ||||
|     } | ||||
|  | ||||
|     $cmd = gen_snmpget_cmd($device, $oid, $options, $mib, $mibdir); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user