mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 10:27:22 +09:00
server: Rename ssh_accept to ssh_bind_accept.
This commit is contained in:
@@ -751,7 +751,7 @@ static int callback_receive_banner(const void *data, size_t len, void *user) {
|
||||
}
|
||||
|
||||
/* Do the banner and key exchange */
|
||||
int ssh_accept(ssh_session session) {
|
||||
int ssh_bind_accept(ssh_session session) {
|
||||
int rc;
|
||||
|
||||
rc = ssh_send_banner(session, 1);
|
||||
|
||||
Reference in New Issue
Block a user