From 2d50a3388829468b60f7cef8f6132476e6994858 Mon Sep 17 00:00:00 2001 From: dimitr Date: Sat, 2 Nov 2002 11:03:44 +0000 Subject: [PATCH] Disabled directory handling for the client library. --- src/jrd/isc.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jrd/isc.cpp b/src/jrd/isc.cpp index 5eff25be58..8f6747929e 100644 --- a/src/jrd/isc.cpp +++ b/src/jrd/isc.cpp @@ -36,7 +36,7 @@ * */ /* -$Id: isc.cpp,v 1.19 2002-10-31 05:33:35 seanleyne Exp $ +$Id: isc.cpp,v 1.20 2002-11-02 11:03:44 dimitr Exp $ */ #ifdef DARWIN #define _STLP_CCTYPE @@ -501,6 +501,7 @@ void DLL_EXPORT ISC_get_config(TEXT * config_file, IPCCFG config_table) gds__log("Unable to open config file \"%s\": errno = %d", config_file, errno); } +#ifndef SUPERCLIENT if (!dls_flag) { /* Temp. directory configuration has not been defined. @@ -522,6 +523,7 @@ void DLL_EXPORT ISC_get_config(TEXT * config_file, IPCCFG config_table) } dls_flag = TRUE; } +#endif dls_init = TRUE; /* Temp dir config should be read only once */ fdls_init = TRUE; /* Ext func dir config should be read only once. */