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

This commit is contained in:
Thomas Kurschel 2015-08-26 14:21:03 +02:00 committed by Sven Nierlein
parent 0dc6537612
commit 3178c8c0ff

View file

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