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
commita517780c5b0a1c81a017cdf5874e953a443b5a36 (patch)
tree135afd7a15f9e41c0e8b4c5535f45bb3f20c1e48
parent79a578a87b25d10509ce76fd66154753f4e69b85 (diff)
downloadrabbitmq-server-git-a517780c5b0a1c81a017cdf5874e953a443b5a36.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 49d21f300a..d4a068a32c 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,