mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r16992: Fix bug #3922 reported by jason@ncac.gwu.edu, correctly
look at the return code.
Jeremy.
(This used to be commit f11933b3ac
)
This commit is contained in:
parent
67854e8439
commit
8dbe2651d3
@ -1331,5 +1331,5 @@ BOOL release_posix_lock_posix_flavour(files_struct *fsp,
|
||||
}
|
||||
|
||||
talloc_destroy(ul_ctx);
|
||||
return True;
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user