From ba1d0fa0a55157e30c2033b6da55c2587c51286a Mon Sep 17 00:00:00 2001 From: "Dmitry E. Oboukhov" <unera@debian.org> Date: Sat, 12 Jan 2013 00:33:04 +0400 Subject: [PATCH] tp_reply always returns reply-code --- connector/c/include/tp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/c/include/tp.h b/connector/c/include/tp.h index 13bc444954..65f55de775 100644 --- a/connector/c/include/tp.h +++ b/connector/c/include/tp.h @@ -550,7 +550,7 @@ tp_reply(struct tp *p) { p->f = NULL; p->u = NULL; if (tp_unlikely(p->h->type == TP_PING)) - return TP_PING; + return p->code; if (tp_unlikely(p->h->type != TP_UPDATE && p->h->type != TP_INSERT && p->h->type != TP_DELETE && -- GitLab