Commit ad020e2c authored by unknown's avatar unknown

- Resetting chmod to non executable

modified:
  storage/connect/maputil.cpp*
parent dd72f03f
...@@ -192,7 +192,11 @@ bool MAPFAM::OpenTableFile(PGLOBAL g) ...@@ -192,7 +192,11 @@ bool MAPFAM::OpenTableFile(PGLOBAL g)
return true; return true;
} // endif Memory } // endif Memory
#if defined(WIN32)
if (mode != MODE_DELETE) { if (mode != MODE_DELETE) {
#else // !WIN32
if (mode == MODE_READ) {
#endif // !WIN32
CloseFileHandle(hFile); // Not used anymore CloseFileHandle(hFile); // Not used anymore
hFile = INVALID_HANDLE_VALUE; // For Fblock hFile = INVALID_HANDLE_VALUE; // For Fblock
} // endif Mode } // endif Mode
......
File mode changed from 100755 to 100644
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment