gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Re: Session resuming in gnutls-cli


From: Nikos Mavroyanopoulos
Subject: Re: [gnutls-dev] Re: Session resuming in gnutls-cli
Date: Tue Apr 15 16:02:02 2003
User-agent: Mutt/1.5.3i

On Mon, Apr 14, 2003 at 09:14:17PM +0200, Gergely Nagy wrote:

> This patch fixes the problem for me:
And for me as well. I've just commited the patch. Thank you!

> --- gnutls5-orig/src/cli.c    2003-02-04 13:52:25.000000000 +0100
> +++ gnutls5-work/src/cli.c    2003-04-14 21:06:41.000000000 +0200
> @@ -278,6 +278,8 @@
>  
>        err = connect(sd, (SA *) & sa, sizeof(sa));
>        ERR(err, "connect");
> +
> +      hd.fd = sd;
>        } else {
>        break;
>        }

-- 
Nikos Mavroyanopoulos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]