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

no message

This commit is contained in:
dimitr 2002-06-04 12:31:30 +00:00
parent e6c9b604ce
commit 337b54e923

View File

@ -273,8 +273,7 @@ USHORT GDS_VAL(dpb_length), SCHAR * dpb, SCHAR * expanded_filename)
comm->ips_buffers[commi].ips_flags = 0;
comm->ips_operation = op_attach;
ips = &comm->ips_operations.ips_op_object;
IPS_C_IN(comm, ips_name, IPS_ATTACH_NAME,
expanded_filename, strlen(expanded_filename));
IPS_C_IN(comm, ips_name, IPS_ATTACH_NAME, file_name, l);
IPS_C_IN(comm, ips_dpb, IPS_ATTACH_DPB, dpb, dpb_length);
IPS_C_IN(comm, ips_expanded, IPS_ATTACH_EXPANDED,
expanded_filename, strlen(expanded_filename));