svn commit: samba r8258 - in branches/SAMBA_4_0/source/ntvfs/posix: .

vlendec at samba.org vlendec at samba.org
Sat Jul 9 11:06:34 GMT 2005


Author: vlendec
Date: 2005-07-09 11:06:33 +0000 (Sat, 09 Jul 2005)
New Revision: 8258

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8258

Log:
Release the opendb lock in pvfs_change_create_options.

Volker

Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c	2005-07-09 05:31:38 UTC (rev 8257)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_open.c	2005-07-09 11:06:33 UTC (rev 8258)
@@ -1258,6 +1258,8 @@
 		f->handle->create_options = create_options;
 	}
 
+	talloc_free(lck);
+
 	return status;
 }
 



More information about the samba-cvs mailing list