The unified diff between revisions [7ad1775e..] and [a9b04966..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'runopts.h'
#
#
# patch "runopts.h"
# from [36768f6323c18233529bb202e8876a3dfbc5d5a5]
# to [64f3fc0994db48c517325204a54d171ed0dea17e]
#
============================================================
--- runopts.h 36768f6323c18233529bb202e8876a3dfbc5d5a5
+++ runopts.h 64f3fc0994db48c517325204a54d171ed0dea17e
@@ -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;