4
0
Эх сурвалжийг харах

Revert "check_snmp: fix push request 1173 for SNMP responses without datatype indicator"

This reverts commit 3178c8c0ff18822a04fe01c749f3564887473eed.
Sven Nierlein 9 жил өмнө
parent
commit
d9999194e6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      plugins/check_snmp.c

+ 1 - 1
plugins/check_snmp.c

@@ -461,7 +461,7 @@ main (int argc, char **argv)
 			show = strstr (response, "Timeticks: ");
 		}
 		else
-			show = response;
+			show = response + 3;
 
 		iresult = STATE_DEPENDENT;