diff options
Diffstat (limited to 'netconf-service/netconf.cpp')
| -rw-r--r-- | netconf-service/netconf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netconf-service/netconf.cpp b/netconf-service/netconf.cpp index a4f22527..a7e1f257 100644 --- a/netconf-service/netconf.cpp +++ b/netconf-service/netconf.cpp @@ -298,9 +298,9 @@ int main(int argc,char **argv) netconf["ts"] = buf; netconf["peer"] = peerIdentity.address().toString(); sprintf(buf,"%x",mcb); - netconf["mcb"] = mcb; + netconf["mcb"] = buf; sprintf(buf,"%x",mcd); - netconf["mcd"] = mcd; + netconf["mcd"] = buf; if (!isOpen) { // TODO: handle closed networks, look up private membership, |
