]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-FHS.patch
- updated to 4.0.4.3010
[packages/Firebird.git] / Firebird-FHS.patch
1 --- Firebird-4.0.4.3010-0/src/yvalve/gds.cpp.orig       2023-12-20 10:30:04.215137656 +0100
2 +++ Firebird-4.0.4.3010-0/src/yvalve/gds.cpp    2023-12-20 10:34:30.890122203 +0100
3 @@ -3950,10 +3950,7 @@
4                 if (!fb_utils::readenv(FB_LOCK_ENV, lockPrefix))
5                 {
6  #if !defined(WIN_NT)
7 -                       const char* tmp = getTemporaryFolder();
8 -                       if (!tmp)
9 -                               tmp = WORKFILE;
10 -                       PathUtils::concatPath(lockPrefix, tmp, LOCKDIR);
11 +                       PathUtils::concatPath(lockPrefix, "/var/lib", LOCKDIR);
12  #else
13                         char cmnData[MAXPATHLEN];
14                         if (SHGetSpecialFolderPath(NULL, cmnData, CSIDL_COMMON_APPDATA, TRUE))
This page took 0.069396 seconds and 3 git commands to generate.