Author: jra Date: 2007-07-17 20:05:15 +0000 (Tue, 17 Jul 2007) New Revision: 23936
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23936 Log: Fix the build... Jeremy. Modified: branches/SAMBA_3_0_25/source/smbd/trans2.c Changeset: Modified: branches/SAMBA_3_0_25/source/smbd/trans2.c =================================================================== --- branches/SAMBA_3_0_25/source/smbd/trans2.c 2007-07-17 18:48:39 UTC (rev 23935) +++ branches/SAMBA_3_0_25/source/smbd/trans2.c 2007-07-17 20:05:15 UTC (rev 23936) @@ -5601,7 +5601,7 @@ * non-POSIX opens return SHARING_VIOLATION. */ - lck = get_share_mode_lock(NULL, fsp->file_id, NULL, NULL); + lck = get_share_mode_lock(NULL, fsp->dev, fsp->inode, NULL, NULL); if (lck == NULL) { DEBUG(0, ("smb_posix_unlink: Could not get share mode " "lock for file %s\n", fsp->fsp_name));
