Commit 978814fe authored by zhujiashun's avatar zhujiashun

redis_server_protocol: fix compilation

parent 78ae56e8
......@@ -129,7 +129,7 @@ ParseResult ParseRedisMessage(butil::IOBuf* source, Socket* socket,
LOG(ERROR) << "Fail to init redis ServerContext";
return MakeParseError(PARSE_ERROR_NO_RESOURCE);
}
socket->reset_parsing_context(&ctx);
socket->reset_parsing_context(ctx);
}
std::unique_ptr<ExecutionQueueContext> task(new ExecutionQueueContext);
RedisReply message;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment