- drop mirror www.mirrors.wiretapped.net (not working anymore) - drop patch 300-ipv6_addr_port_split.patch, included upstream - refresh patches - various upstream changes: http://matt.ucc.asn.au/dropbear/CHANGES Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 38356master
parent
0c2ce3f37a
commit
61e83f9c29
@ -1,11 +0,0 @@ |
||||
--- a/svr-runopts.c
|
||||
+++ b/svr-runopts.c
|
||||
@@ -325,7 +325,7 @@ static void addportandaddress(char* spec
|
||||
myspec = m_strdup(spec);
|
||||
|
||||
/* search for ':', that separates address and port */
|
||||
- svr_opts.ports[svr_opts.portcount] = strchr(myspec, ':');
|
||||
+ svr_opts.ports[svr_opts.portcount] = strrchr(myspec, ':');
|
||||
|
||||
if (svr_opts.ports[svr_opts.portcount] == NULL) {
|
||||
/* no ':' -> the whole string specifies just a port */
|
Loading…
Reference in new issue