[gnutls-dev] Re: Session resuming in gnutls-cli
Nikos Mavroyanopoulos
nmav at gnutls.org
Tue Apr 15 16:02:02 CEST 2003
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
More information about the Gnutls-devel
mailing list