The ctGetFileUsers() function returned the wrong user file number when a connection had multiple open instances of a file. When a connection had a file open more than once, a call to ctGetFileUsers() returned the same user file number for all open instances of the file by that connection. Logic has been modified to correct this.