From fc7b9399f9536bf93485cfd96811b78c2cf6b1b7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 11 Sep 2020 20:48:18 +0000 Subject: [PATCH] Protocol error in client command Former-commit-id: 7a1b2c58c3de736540cf4ec7f1539be63a54f5ac --- src/networking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.cpp b/src/networking.cpp index ee502412e..d5b3ef0b3 100644 --- a/src/networking.cpp +++ b/src/networking.cpp @@ -2855,7 +2855,7 @@ NULL if (c->name) addReplyBulk(c,c->name); else - addReplyNull(c, shared.nullbulk); + addReplyNull(c); } else if (!strcasecmp(szFromObj(c->argv[1]),"pause") && c->argc == 3) { /* CLIENT PAUSE */ long long duration;