From bf5c07f79a0f78e714fe47a5d1e09330022261ea Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 3 Aug 2013 12:53:46 -0400 Subject: Scratch that... more work wiring up netconf. Got to handle OK. --- netconf-service/netconf.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'netconf-service') diff --git a/netconf-service/netconf.cpp b/netconf-service/netconf.cpp index af6ed4e6..07e0b76d 100644 --- a/netconf-service/netconf.cpp +++ b/netconf-service/netconf.cpp @@ -243,6 +243,8 @@ int main(int argc,char **argv) sprintf(buf,"%.16llx",(unsigned long long)nwid); netconf["nwid"] = buf; netconf["isOpen"] = (isOpen ? "1" : "0"); + sprintf(buf,"%llx",(unsigned long long)Utils::now()); + netconf["ts"] = buf; if (!isOpen) { // TODO: handle closed networks, look up private membership, -- cgit v1.2.3