From f217faef1a7d55f24265181889df36bf868d7abd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 19 Feb 2012 14:27:49 +0100 Subject: s3: get_share_mode_lock_fresh->get_share_mode_lock get_share_mode_lock_fresh is just a confusing name Autobuild-User: Volker Lendecke Autobuild-Date: Sun Feb 19 19:16:41 CET 2012 on sn-devel-104 --- source3/locking/share_mode_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/locking/share_mode_lock.c') diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c index 6bc055f70f..2152591ed2 100644 --- a/source3/locking/share_mode_lock.c +++ b/source3/locking/share_mode_lock.c @@ -388,7 +388,7 @@ static int the_lock_destructor(struct share_mode_lock *l) Get a share_mode_lock, Reference counted to allow nexted calls. ********************************************************************/ -struct share_mode_lock *get_share_mode_lock_fresh( +struct share_mode_lock *get_share_mode_lock( TALLOC_CTX *mem_ctx, const struct file_id id, const char *servicepath, -- cgit