From 8368de7830f336533f9fe6369641070239bf739c Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 26 Apr 2004 20:39:55 +0000 Subject: More debugging fixes. --- daemon/basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/basic.c') diff --git a/daemon/basic.c b/daemon/basic.c index 45e49cb..1d476ca 100644 --- a/daemon/basic.c +++ b/daemon/basic.c @@ -22,7 +22,7 @@ int basic_parse(const char* header, ha_buffer_t* buf, basic_header_t* rec) header = (const char*)ha_bufdec64(buf, header, NULL); if(!header) - return HA_ERROR; + return ha_buferr(buf) ? HA_CRITERROR : HA_FALSE; /* We have a cache key at this point so hash it */ -- cgit v1.2.3