X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraidx.c;h=fd6d26a9310790700b6fa7a07a584e11a6e34f6f;hb=7786ecc8ce35a72145aeb9c098a4cfcc9d3c4822;hp=27a0a3560f1c4feaff4d266e609841e351edaf10;hpb=e05cb2631696372c6bdabcabe22401efe9645ab7;p=idzebra-moved-to-github.git diff --git a/index/zebraidx.c b/index/zebraidx.c index 27a0a35..fd6d26a 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,5 +1,5 @@ -/* $Id: zebraidx.c,v 1.3 2006-12-22 12:14:25 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: zebraidx.c,v 1.5 2007-04-17 20:27:14 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -66,8 +66,6 @@ int main (int argc, char **argv) ZebraService zs = 0; ZebraHandle zh = 0; - nmem_init (); - #ifdef WIN32 #else sprintf(nbuf, "%.40s(%ld)", *argv, (long) getpid()); @@ -233,7 +231,7 @@ int main (int argc, char **argv) else if (ret == 'V') { printf("Zebra %s %s\n", ZEBRAVER, ZEBRADATE); - printf(" (C) 1994-2006, Index Data ApS\n"); + printf(" (C) 1994-2007, Index Data ApS\n"); #ifdef WIN32 #ifdef _DEBUG printf(" WIN32 Debug\n"); @@ -280,7 +278,6 @@ int main (int argc, char **argv) res_close(res); res_close(default_res); - nmem_exit(); exit (0); return 0; }