8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 10:43:03 +01:00

-Correction

This commit is contained in:
brodsom 2003-09-05 10:51:26 +00:00
parent 454badbae4
commit 16dc9c501c

View File

@ -542,7 +542,7 @@ static bool check_filename( SYM name, USHORT decnet_flag)
return true;
}
return (!ISC_check_if_remote(file_name, FALSE))
return (!ISC_check_if_remote(file_name, FALSE));
}