mirror of
https://github.com/curl/curl.git
synced 2026-08-02 10:30:28 +03:00
remove assert() triggering on Alpine CI
This commit is contained in:
parent
75402238de
commit
23b180da59
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue