[sr #107822] Testing 3.0.2 on AIX
Bjørn Christensen
INVALID.NOREPLY at gnu.org
Fri Sep 30 09:56:23 CEST 2011
Follow-up Comment #11, sr #107822 (project gnutls):
I think I have identified the problem!
session->internals.resumed end up being 1 and RESUME_FALSE is -1 and
RESUME_TRUE is 0
The declaration of session->internals.resumed in gnutls_int.h line 669 is:
int resumed:1;
that will hold 0 or 1 not negative 1.
what is the suggested fix changing RESUME_FALSE to 1?
/bhc
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?107822>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the Gnutls-devel
mailing list