Author: wmb Date: 2009-12-09 13:32:01 +0100 (Wed, 09 Dec 2009) New Revision: 1554
Modified: ofw/fs/cifs/smb.fth Log: CIFS driver - clear fid variable after close-file to prevent redundant close-file on overall close.
Modified: ofw/fs/cifs/smb.fth =================================================================== --- ofw/fs/cifs/smb.fth 2009-12-09 12:31:00 UTC (rev 1553) +++ ofw/fs/cifs/smb.fth 2009-12-09 12:32:01 UTC (rev 1554) @@ -441,6 +441,7 @@ --bytes-- }smb empty-response + 0 to fid ;
: $delete ( path$ -- error? )
openfirmware@openfirmware.info