X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-proxy-main.cpp;h=f6abc77432fecdf46e2ed2f0630bdac1a95902fe;hb=7a9cf0a84f1169b52469f736be7e98e7440eeff4;hp=b4be150408e37c94ef4c69f7f14c948d23701662;hpb=e3133d2f2c580f76c9da2e7621c74a064f0955c9;p=yazpp-moved-to-github.git diff --git a/src/yaz-proxy-main.cpp b/src/yaz-proxy-main.cpp index b4be150..f6abc77 100644 --- a/src/yaz-proxy-main.cpp +++ b/src/yaz-proxy-main.cpp @@ -1,9 +1,12 @@ /* - * Copyright (c) 1998-2000, Index Data. + * Copyright (c) 1998-2001, Index Data. * See the file LICENSE for details. * * $Log: yaz-proxy-main.cpp,v $ - * Revision 1.12 2000-10-11 11:58:16 adam + * Revision 1.13 2001-04-10 10:48:08 adam + * Fixed problem where proxy could cash bad result sets. + * + * Revision 1.12 2000/10/11 11:58:16 adam * Moved header files to include/yaz++. Switched to libtool and automake. * Configure script creates yaz++-config script. * @@ -115,5 +118,6 @@ int main(int argc, char **argv) args(&proxy, argc, argv); while (mySocketManager.processEvent() > 0) ; + exit (0); return 0; }