From 92bb4bdb37873f21cabe7b045e1a593ab648ae55 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 29 Oct 1999 10:01:54 +0000 Subject: [PATCH] Minor fix in bend_init where handle wasn't set to NULL when zebra_init fails. --- index/zserver.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index/zserver.c b/index/zserver.c index e78e871..4cfeb3a 100644 --- a/index/zserver.c +++ b/index/zserver.c @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.c,v $ - * Revision 1.71 1999-07-14 10:59:26 adam + * Revision 1.72 1999-10-29 10:01:54 adam + * Minor fix in bend_init where handle wasn't set to NULL when + * zebra_init fails. + * + * Revision 1.71 1999/07/14 10:59:26 adam * Changed functions isc_getmethod, isams_getmethod. * Improved fatal error handling (such as missing EXPLAIN schema). * @@ -288,6 +292,7 @@ bend_initresult *bend_init (bend_initrequest *q) char *user = NULL; char *passwd = NULL; + r->handle = 0; r->errcode = 0; r->errstring = 0; q->bend_sort = bend_sort; -- 1.7.10.4