Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Axlgrep committed Jan 24, 2019
1 parent 5f84161 commit b6ef4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/pika_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

#define PIKA_MAJOR 3
#define PIKA_MINOR 0
#define PIKA_PATCH 6
#define PIKA_PATCH 7

#endif // INCLUDE_PIKA_VERSION_H_
2 changes: 1 addition & 1 deletion src/pika_admin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void ClientCmd::Do() {
reply.append(buf);
iter++;
}
res_.AppendContent(reply);
res_.AppendString(reply);
} else if (!strcasecmp(operation_.data(), "kill") && !strcasecmp(ip_port_.data(), "all")) {
g_pika_server->ClientKillAll();
res_.SetRes(CmdRes::kOk);
Expand Down

0 comments on commit b6ef4bc

Please sign in to comment.