-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60720/
-----------------------------------------------------------
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-7769
https://issues.apache.org/jira/browse/MESOS-7769
Repository: mesos
Description
-------
When we introduced the `__address6__ optional IPv6 storage into
`libprocess` we also introduced a regression because of which the `port`
doesn't get initialized to whatever is specified in the `--port` flag
until the `--ip` flag is specified.
This change fixes the initialization of the `__address__` in the
absence of the `--ip` flag.
Diffs
-----
3rdparty/libprocess/src/process.cpp 264298c16199ded4ccbf948f6893f4209c23aed0
Diff: https://reviews.apache.org/r/60720/diff/1/
Testing
-------
Thanks,
Avinash sridharan