From 0f70ea3a047095011c9100bade7bf29ca39589e0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Sep 2005 12:48:42 +0000 Subject: [PATCH] Remove call to zebra_opn_res. zh->res=0 means no register yet --- index/zebraapi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index/zebraapi.c b/index/zebraapi.c index 88540c0..e10326f 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.186 2005-09-15 09:27:18 pop Exp $ +/* $Id: zebraapi.c,v 1.187 2005-09-15 12:48:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -129,8 +129,6 @@ ZebraHandle zebra_open(ZebraService zs, Res res) zh->shadow_enable = 1; zh->m_staticrank = 0; - zebra_open_res(zh); - default_encoding = res_get_def(zh->session_res, "encoding", "ISO-8859-1"); zh->iconv_to_utf8 = -- 1.7.10.4