[Zrouter-src] ZRouter.org: push to zconf++ zconf++/platform/freebsd.cc

zrouter-src at zrouter.org zrouter-src at zrouter.org
Wed Feb 22 11:19:07 UTC 2012


details:   /rev/72e2490f9d13
changeset: 61:72e2490f9d13
user:      "Nicolai Petri <nicolai at petri.dk>"
date:      Wed Feb 22 12:18:36 2012 +0100
description:
Fix syntax error.

diffstat:

 zconf++/platform/freebsd.cc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r dcdd441b8a07 -r 72e2490f9d13 zconf++/platform/freebsd.cc
--- a/zconf++/platform/freebsd.cc	Wed Feb 22 12:15:30 2012 +0100
+++ b/zconf++/platform/freebsd.cc	Wed Feb 22 12:18:36 2012 +0100
@@ -189,7 +189,7 @@
 			container = &((*container)[tree_parts.front()]);
 			tree_parts.pop_front();
 		} 
-		if ((*container).type() != object_leaf && (*container).type() != empty_leaf) {
+		if ((*container).type() != OBJECT_LEAF && (*container).type() != EMPTY_LEAF) {
 			cout << "Skipping " << cp << " because parent is not a container!" << endl;
 			continue;
 		}


More information about the Zrouter-src mailing list