summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/locking/locking.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index b56d1cc7ed..f15c76ba6d 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -163,8 +163,7 @@ Error was %s.\n", cnum, strerror(errno) ));
if(blocking_lock_record_process(blr)) {
/*
* Success -
- unbecome_user();
- /*
+ unbecome_user();
* Move to the next in the list.
*/
prev = blr;