summaryrefslogtreecommitdiff
path: root/source3/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
commitfcb5437da6a32b641260502d371494df614949d0 (patch)
tree5514e2062a9fba760e8be33be78d0e6fbabba8b7 /source3/locking
parentb1778b6b57401d78fb4352992fde54706af6b75f (diff)
downloadsamba-fcb5437da6a32b641260502d371494df614949d0.tar.gz
samba-fcb5437da6a32b641260502d371494df614949d0.tar.bz2
samba-fcb5437da6a32b641260502d371494df614949d0.zip
fixed the nested comment - Jeremy, do you want that unbecome_user() or
not? (This used to be commit 638ee7d265982ca95ae7f49e2a84431bdf147c21)
Diffstat (limited to 'source3/locking')
-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;