From 0c5594bfcf207133961a90c7617deb38f420148e Mon Sep 17 00:00:00 2001 From: Feng Date: Mon, 27 Jul 2015 13:48:54 +0800 Subject: [PATCH] rm 'and comp --- src/emqttd_session.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emqttd_session.erl b/src/emqttd_session.erl index 4a8a35933..f4f6d1c2d 100644 --- a/src/emqttd_session.erl +++ b/src/emqttd_session.erl @@ -110,7 +110,7 @@ %% Max Packets that Awaiting PUBREL max_awaiting_rel = 100, - %% Awaiting timers for ack, rel and comp. + %% Awaiting timers for ack, rel. awaiting_ack :: map(), %% Retries to resend the unacked messages