smbd: Remove two confusing TALLOC_FREE calls
authorVolker Lendecke <vl@samba.org>
Tue, 3 Sep 2013 09:23:39 +0000 (09:23 +0000)
committerMichael Adam <obnox@samba.org>
Fri, 6 Sep 2013 11:39:16 +0000 (13:39 +0200)
commit1bf10ad806512979521336391c627275ffeae040
tree0e22f4a5644b4ca2307fac7f34f0d7c0ef9e6215
parentcdc99b362f86cfab839076fba128699ae38d4039
smbd: Remove two confusing TALLOC_FREE calls

We don't have lck allocated yet at these points. Remove the TALLOC_FREE
calls that triggered me looking for the get_share_mode_lock calls.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/open.c