summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index da9638c..51cdc78 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -461,7 +461,7 @@ main (int argc, char **argv)
461 show = strstr (response, "Timeticks: "); 461 show = strstr (response, "Timeticks: ");
462 } 462 }
463 else 463 else
464 show = response + 3; 464 show = response;
465 465
466 iresult = STATE_DEPENDENT; 466 iresult = STATE_DEPENDENT;
467 467