mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-01-06 14:21:55 +03:00
bind: Read only once in ssh_bind_listen() (bug #11).
This commit is contained in:
@@ -36,6 +36,8 @@ struct ssh_bind_struct {
|
||||
char *banner;
|
||||
char *dsakey;
|
||||
char *rsakey;
|
||||
ssh_key dsa;
|
||||
ssh_key rsa;
|
||||
char *bindaddr;
|
||||
socket_t bindfd;
|
||||
unsigned int bindport;
|
||||
|
||||
Reference in New Issue
Block a user