summaryrefslogtreecommitdiff
path: root/source/locking
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-12 10:09:41 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-12 10:09:41 +0000
commit638ee7d265982ca95ae7f49e2a84431bdf147c21 (patch)
treebb68ff9110fa41f78000985dcda9758a0a2b4225 /source/locking
parentddfbcc05815621d3c463f92faed047f126412342 (diff)
downloadsamba-638ee7d265982ca95ae7f49e2a84431bdf147c21.tar.gz
fixed the nested comment - Jeremy, do you want that unbecome_user() or
not?
Diffstat (limited to 'source/locking')
-rw-r--r--source/locking/locking.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/locking/locking.c b/source/locking/locking.c
index b56d1cc7ede..f15c76ba6d8 100644
--- a/source/locking/locking.c
+++ b/source/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;