On Thu, 18 Jul 2002 22:17:19 -0500, you wrote:
Log message: Mike McCormack mikem@codeweavers.com First go at reading directories on public SMB shares.
Patch: http://cvs.winehq.com/patch.py?id=1027048639509081130455346
This breaks Forte Agent, looping endlessly around a FindNextFileA(). It is caused by the SetLastError(ERROR_NO_MORE_FILES) that is lost in the final HeapUnlock call. A quick fix is attached.
files/ : dos_fs.c Repair SetLastError in FindNextFileA.
Rein.