git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35607 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-09-26 16:57:17 +00:00
parent 8bbbd4a946
commit 9661855ac5
4 changed files with 58 additions and 38 deletions

View file

@ -536,8 +536,7 @@ GSTLSPush(gnutls_transport_ptr_t handle, const void *buffer, size_t len)
direction: (server ? NO : YES)
transport: (void*)self
push: GSTLSPush
pull: GSTLSPull
host: nil];
pull: GSTLSPull];
initialised = YES;
return self;
}