summaryrefslogtreecommitdiffstats
path: root/plugins/t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 51cdc78..da9638c 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; 464 show = response + 3;
465 465
466 iresult = STATE_DEPENDENT; 466 iresult = STATE_DEPENDENT;
467 467