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

This reverts commit 3178c8c0ff.
This commit is contained in:
Sven Nierlein 2016-11-08 00:23:28 +01:00
parent 57a6858368
commit d9999194e6

View file

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