Closed GoogleCodeExporter closed 9 years ago
Original comment by jslawin...@soldevelo.com
on 12 Feb 2015 at 8:39
Original comment by skost...@soldevelo.com
on 16 Feb 2015 at 1:21
I've added additional variable for client IP address, rmt_host now keeps only
hostname. The problem was that IP address was never obtained as only
I2AddrNodeName was called. Changes are on Issue165 branch. Feel free to review.
Original comment by skost...@soldevelo.com
on 17 Feb 2015 at 1:51
As mentioned on Issue36 it would be good to also merge these changes with trunk
before releasing final NDT 3.7.0 version. Do these changes look ok and could be
merged into trunk also?
Original comment by skost...@soldevelo.com
on 18 Feb 2015 at 9:19
Looking through the old code, it looks like rmt_host was assumed to be an IP,
and name was supposed to be the hostname. e.g.:
line 2318: strlcpy(new_child->addr, rmt_host, sizeof(new_child->addr));
and the sprintf on line 1374.
If you're going to change rmt_host to be hostname, and add a rmt_addr in it's
place (which I support), get rid of 'name', and make sure all the rmt_host
references get changed to rmt_addr (as appropriate).
Original comment by AaronMat...@gmail.com
on 18 Feb 2015 at 3:25
Original comment by skost...@soldevelo.com
on 18 Feb 2015 at 3:42
I've added appropriated changes :) let me know if they look ok now
Original comment by skost...@soldevelo.com
on 18 Feb 2015 at 4:22
It appears you've renamed a database column in the ndt_odbc file. Other than
that, it looks fine.
Original comment by AaronMat...@gmail.com
on 18 Feb 2015 at 4:42
Done. Could it be merged into trunk now also ?
Original comment by skost...@soldevelo.com
on 18 Feb 2015 at 4:47
Merge away
Original comment by AaronMat...@gmail.com
on 18 Feb 2015 at 4:52
Merged into trunk
Original comment by skost...@soldevelo.com
on 18 Feb 2015 at 4:55
Original issue reported on code.google.com by
mtly...@google.com
on 11 Dec 2014 at 6:53