remove assert() triggering on Alpine CI

This commit is contained in:
Stefan Eissing 2025-08-14 15:01:59 +02:00
parent 75402238de
commit 23b180da59
No known key found for this signature in database

View file

@ -441,7 +441,6 @@ static CURLcode t758_one(const char *URL, int timer_fail_at,
tv.tv_usec = 100000;
}
assert(maxFd);
select_test((int)maxFd, &readSet, &writeSet, NULL, &tv);
/* Check the sockets for reading / writing */