summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-07-07 12:40:49 +0200
committerAndreas Schneider <asn@cynapses.org>2010-07-07 12:40:49 +0200
commit4ad78287979d383284de5355976fe820daec1e48 (patch)
treed9e07ce222baee5899c29a9de9fe437545c9a270 /include/libssh/session.h
parentaf8315b9ce287874e1b374743d6fbaa5fc5c2cfd (diff)
options: Added option to bind a client to an ip address.
Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h2
1 files changed, 1 insertions, 1 deletions
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;