From 4ad78287979d383284de5355976fe820daec1e48 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 7 Jul 2010 12:40:49 +0200 Subject: options: Added option to bind a client to an ip address. Thanks to Donatello Boccaforno . --- include/libssh/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index 33106d24..ce73b86f 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -102,7 +102,7 @@ struct ssh_session_struct { #endif char *username; char *host; - char *bindaddr; /* TODO: check if needed */ + char *bindaddr; /* bind the client to an ip addr */ char *xbanner; /* TODO: looks like it is not needed */ struct ssh_list *identity; char *sshdir; -- cgit