From cdf3f617021881756385a2dc62ba15ed80b7ec21 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/qpid@798386 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/LinkRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/src/qpid/broker/LinkRegistry.cpp b/cpp/src/qpid/broker/LinkRegistry.cpp index 10e5359493..3672f71515 100644 --- a/cpp/src/qpid/broker/LinkRegistry.cpp +++ b/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