Forráskód Böngészése

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

root 2 éve
szülő
commit
031e5f80f3
1 módosított fájl, 0 hozzáadás és 1 törlés
  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 {