From: Zoran V. <vas...@us...> - 2005-06-10 14:28:48
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13121/nsd Modified Files: init.c Log Message: NsInitBinder is also done for Windows as for Unix. Index: init.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/init.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** init.c 16 Feb 2005 15:59:42 -0000 1.2 --- init.c 10 Jun 2005 14:28:36 -0000 1.3 *************** *** 1,7 **** /* ! * The contents of this file are subject to the AOLserver Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at ! * http://aolserver.com/. * * Software distributed under the License is distributed on an "AS IS" --- 1,7 ---- /* ! * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at ! * http://mozilla.org/. * * Software distributed under the License is distributed on an "AS IS" *************** *** 44,55 **** * NsdInit -- * ! * Library entry point for libnsd. This routine calls various ! * data structure initialization functions throughout the core. * * Results: ! None. * * Side effects: ! * None. * *---------------------------------------------------------------------- --- 44,55 ---- * NsdInit -- * ! * Library entry point for libnsd. This routine calls various ! * data structure initialization functions throughout the core. * * Results: ! * None. * * Side effects: ! * Numerous. * *---------------------------------------------------------------------- *************** *** 62,69 **** if (!once) { ! once = 1; ! #ifndef _WIN32 NsInitBinder(); - #endif NsInitLog(); NsInitCache(); --- 62,67 ---- if (!once) { ! once = 1; NsInitBinder(); NsInitLog(); NsInitCache(); |