From fcb5437da6a32b641260502d371494df614949d0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Aug 1998 10:09:41 +0000 Subject: fixed the nested comment - Jeremy, do you want that unbecome_user() or not? (This used to be commit 638ee7d265982ca95ae7f49e2a84431bdf147c21) --- source3/locking/locking.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/locking') 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; -- cgit