8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

Testing for a real mutex is good. But testing for a mutex that also exists in the client library is not good. :-(

This commit is contained in:
paul_reeves 2008-04-03 13:46:50 +00:00
parent c3b0df276e
commit 2491e639c3

View File

@ -662,7 +662,7 @@ begin
if (Handle > 0) then if (Handle > 0) then
result := '1.5' result := '1.5'
else begin else begin
mutex_found := CheckForMutexes('FirebirdGuardianMutex,firebird_trace_mutex'); mutex_found := CheckForMutexes('FirebirdGuardianMutex');
if mutex_found then if mutex_found then
result := '2.0' result := '2.0'
else begin else begin