Skip to content

Commit 0fcf92b

Browse files
committed
Merge branch 'hotfix/1.11.9'
2 parents 5f1ff9e + 738923e commit 0fcf92b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.8
1+
1.11.9

src/metkit/mars/DHSProtocol.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ class SimpleCallback : public BaseCallbackConnection {
8585
public:
8686

8787
SimpleCallback() :
88+
callback_(Resource<int>("$MARS_DHS_LOCALPORT", 0)),
8889
callbackEndpoint_(computeEndpoint()) {
89-
LOG_DEBUG_LIB(LibMetkit) << "Simple callback. host=" << callbackEndpoint_.host()
90+
LOG_DEBUG_LIB(LibMetkit) << "Simple callback. local port=" << callback_.localPort() << " host=" << callbackEndpoint_.host()
9091
<< " port=" << callbackEndpoint_.port() << std::endl;
9192
}
9293
explicit SimpleCallback(const Configuration&) : SimpleCallback() {}

0 commit comments

Comments
 (0)