1
0
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:
Andreas Schneider
2011-08-15 16:32:17 +02:00
parent 190ae27463
commit e06b3dba0d
2 changed files with 52 additions and 44 deletions

View File

@@ -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;