From 2de50d0bbabc3a76fa89d3022e0119cec46b8c18 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 27 Jan 2016 10:02:44 +0100 Subject: [PATCH] missing entry in reason table --- recorder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/recorder.c b/recorder.c index dd64c3b..3ab343a 100644 --- a/recorder.c +++ b/recorder.c @@ -1193,6 +1193,7 @@ static char *mosquitto_reason(int rc) "Connection refused: incorrect protocol version", /* 0x01 */ "Connection refused: invalid client identifier", /* 0x02 */ "Connection refused: server unavailable", /* 0x03 */ + "Connection refused: code=0x04", /* 0x04 */ "Connection refused: bad username or password", /* 0x05 */ "Connection refused: not authorized", /* 0x06 */ "Connection refused: TLS error", /* 0x07 */