summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-26 15:09:06 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-26 15:09:06 +0100
commit9c6648e6791fd45bc4ddc2269b586a6c90c3d4fc (patch)
tree135afd7a15f9e41c0e8b4c5535f45bb3f20c1e48
parent78c8d8c0428f31365073ac6985b51d4f26918c70 (diff)
downloadrabbitmq-server-9c6648e6791fd45bc4ddc2269b586a6c90c3d4fc.tar.gz
undo incorrect fix
-rw-r--r--src/rabbit_variable_queue.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index 49d21f30..d4a068a3 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -463,7 +463,6 @@ purge(State = #vqstate { q4 = Q4,
PCount1 = PCount - find_persistent_count(LensByStore2),
{Len, a(State1 #vqstate { q1 = queue:new(),
index_state = IndexState3,
- msg_store_clients = MSCState1,
len = 0,
ram_msg_count = 0,
ram_index_count = 0,