From e96e3f57265ee2a6eda9ec34f1f73ffc421c26c8 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 28 Jul 2009 03:37:12 +0000 Subject: Oops: eliminated a ternary operator giving the "else" instead of the "then". git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798386 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/LinkRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/broker/LinkRegistry.cpp b/qpid/cpp/src/qpid/broker/LinkRegistry.cpp index 10e5359493..3672f71515 100644 --- a/qpid/cpp/src/qpid/broker/LinkRegistry.cpp +++ b/qpid/cpp/src/qpid/broker/LinkRegistry.cpp @@ -50,7 +50,7 @@ LinkRegistry::LinkRegistry () : LinkRegistry::LinkRegistry (Broker* _broker) : broker(_broker), parent(0), store(0), passive(false), passiveChanged(false), - realm("") + realm(broker->getOptions().realm) { timer.add (intrusive_ptr (new Periodic(*this))); } -- cgit v1.2.1