diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-12 10:09:41 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-12 10:09:41 +0000 |
commit | fcb5437da6a32b641260502d371494df614949d0 (patch) | |
tree | 5514e2062a9fba760e8be33be78d0e6fbabba8b7 /source3/locking | |
parent | b1778b6b57401d78fb4352992fde54706af6b75f (diff) | |
download | samba-fcb5437da6a32b641260502d371494df614949d0.tar.gz samba-fcb5437da6a32b641260502d371494df614949d0.tar.xz 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.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c index b56d1cc7ede..f15c76ba6d8 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; |