cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl /lib connect.c

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Tue, 23 Mar 2004 16:39:56 +0100

> if(!bindworked) {
> + int err = Curl_ourerrno();
> switch(errno) {
> case EBADF:

Ahem, that should be "switch (err)". Otherwise it would still
be meaningless on Windows.

--gv
Received on 2004-03-23