diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-22 14:52:46 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-22 14:52:46 +0000 |
commit | 66643fa5c723da2dc781c5eeae2e008c280a7b1c (patch) | |
tree | 21d9ce432008058719e04ea3d346fff2e5c38220 /runopts.h | |
parent | 46d53c37fa27994d17646e5eb922678a7ed4b3e7 (diff) |
Add -p [address:]port option for binding to addresses, patch from
Max-Gerd Retzlaff
--HG--
extra : convert_revision : a9b0496634cdd25647b65e585cc3240f3fa699ee
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ typedef struct svr_runopts { /* ports is an array of the portcount listening ports */ char *ports[DROPBEAR_MAX_PORTS]; unsigned int portcount; + char *addresses[DROPBEAR_MAX_PORTS]; int inetdmode; |