Author: astitcher Date: Tue Jul 28 03:37:12 2009 New Revision: 798386 URL: http://svn.apache.org/viewvc?rev=798386&view=rev Log: Oops: eliminated a ternary operator giving the "else" instead of the "then".
Modified: qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp?rev=798386&r1=798385&r2=798386&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp (original) +++ qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp Tue Jul 28 03:37:12 2009 @@ -50,7 +50,7 @@ LinkRegistry::LinkRegistry (Broker* _broker) : broker(_broker), parent(0), store(0), passive(false), passiveChanged(false), - realm("") + realm(broker->getOptions().realm) { timer.add (intrusive_ptr<TimerTask> (new Periodic(*this))); } --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org