mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
400f0b9e4d
commit
503088a01c
2 changed files with 2 additions and 3 deletions
|
@ -749,8 +749,8 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
||||||
{
|
{
|
||||||
NSError *e = [NSError _last];
|
NSError *e = [NSError _last];
|
||||||
|
|
||||||
NSLog(@"unable to make connection to %@ - %@",
|
NSLog(@"unable to make socket connection to %@ - %@ (%d)",
|
||||||
GSPrivateSockaddrName(&sin), e);
|
GSPrivateSockaddrName(&sin), e, (int)[e code]);
|
||||||
DESTROY(self);
|
DESTROY(self);
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
|
@ -693,7 +693,6 @@ static gnutls_anon_client_credentials_t anoncred;
|
||||||
|
|
||||||
/* Set transport layer to use our low level stream code.
|
/* Set transport layer to use our low level stream code.
|
||||||
*/
|
*/
|
||||||
gnutls_transport_set_lowat (session, 0);
|
|
||||||
gnutls_transport_set_pull_function (session, GSTLSPull);
|
gnutls_transport_set_pull_function (session, GSTLSPull);
|
||||||
gnutls_transport_set_push_function (session, GSTLSPush);
|
gnutls_transport_set_push_function (session, GSTLSPush);
|
||||||
gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t)self);
|
gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t)self);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue