mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-17 06:18:58 +03:00
Reformat and initialize pointers
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -424,7 +424,8 @@ void ssh_bind_free(ssh_bind sshbind){
|
||||
SAFE_FREE(sshbind);
|
||||
}
|
||||
|
||||
int ssh_bind_accept_fd(ssh_bind sshbind, ssh_session session, socket_t fd){
|
||||
int ssh_bind_accept_fd(ssh_bind sshbind, ssh_session session, socket_t fd)
|
||||
{
|
||||
int i, rc;
|
||||
|
||||
if (sshbind == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user