diff options
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 62dbd62f..25a257cc 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -77,6 +77,8 @@ fd_set *read_wait; size_t read_wait_nfdset; int ncon; +struct ssh *active_state = NULL; /* XXX needed for linking */ + /* * Keep a connection structure for each file descriptor. The state * associated with file descriptor n is held in fdcon[n]. |