From cf4700bc26359203ceb9e9604465e805d9e5b442 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 14 Jun 2014 20:24:19 +0000 Subject: Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency. --- node/NodeConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/NodeConfig.cpp') diff --git a/node/NodeConfig.cpp b/node/NodeConfig.cpp index e2b1d974..b9f6b138 100644 --- a/node/NodeConfig.cpp +++ b/node/NodeConfig.cpp @@ -249,7 +249,7 @@ void NodeConfig::_doCommand(IpcConnection *ipcc,const char *commandLine) ((nconf) ? nconf->name().c_str() : "?"), Network::statusString(nw->second->status()), age, - ((nconf) ? (nconf->isOpen() ? "public" : "private") : "?"), + ((nconf) ? (nconf->isPublic() ? "public" : "private") : "?"), (dn.length() > 0) ? dn.c_str() : "?", ((tmp.length() > 0) ? tmp.c_str() : "-")); } -- cgit v1.2.3