瀏覽代碼

fix: removed a line made redundant (and breaking) by other bug fix

root 2 年之前
父節點
當前提交
031e5f80f3
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      plugins/check_snmp.c

+ 0 - 1
plugins/check_snmp.c

@@ -486,7 +486,6 @@ main (int argc, char **argv)
 		}
 		else if (strstr (response, "Timeticks: ")) {
 			show = strstr (response, "Timeticks: ");
-			show = strpbrk (show, "-0123456789");
 			is_ticks = 1;
 		}
 		else {