summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/Session.cpp')
-rw-r--r--cpp/src/qpid/broker/Session.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Session.cpp b/cpp/src/qpid/broker/Session.cpp
index c59119140c..d379b40d3f 100644
--- a/cpp/src/qpid/broker/Session.cpp
+++ b/cpp/src/qpid/broker/Session.cpp
@@ -60,6 +60,7 @@ Session::Session(SessionHandler& a, uint32_t t)
: adapter(&a),
broker(adapter->getConnection().broker),
timeout(t),
+ id(true),
prefetchSize(0),
prefetchCount(0),
tagGenerator("sgen"),