diff --git a/src/trackfds.h b/src/trackfds.h index 28b38fb..243e8e0 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -185,10 +185,6 @@ static void init_from_environment(void) { goto next; } - if (i == count) { - break; - } - /* Replace ',' to null-terminate number for atoi(). */ *x = 0;