소스 검색

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 {