From 4faa3b65abad58a20c5e7e401361d30188460a83 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Aug 2004 22:54:16 +0000 Subject: Better message handling when buffer runs out of memory. --- daemon/mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/mysql.c') diff --git a/daemon/mysql.c b/daemon/mysql.c index b6885b0..df2f8e2 100644 --- a/daemon/mysql.c +++ b/daemon/mysql.c @@ -131,7 +131,7 @@ static int dec_mysql_binary(const ha_request_t* rq, const char* enc, return HA_OK; } - return ha_buferr(rq->buf) ? HA_CRITERROR : HA_FALSE; + return CHECK_RBUF(rq) ? HA_CRITERROR : HA_FALSE; } static int validate_ha1(ha_request_t* rq, mysql_context_t* ctx, const char* user, -- cgit v1.2.3