mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Revert "check_snmp: fix push request 1173 for SNMP responses without datatype indicator"
This reverts commit 3178c8c0ff.
This commit is contained in:
parent
57a6858368
commit
d9999194e6
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ main (int argc, char **argv)
|
|||
show = strstr (response, "Timeticks: ");
|
||||
}
|
||||
else
|
||||
show = response;
|
||||
show = response + 3;
|
||||
|
||||
iresult = STATE_DEPENDENT;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue