1
0
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:
Jeremy Allison 2006-07-12 19:23:45 +00:00 committed by Gerald (Jerry) Carter
parent 67854e8439
commit 8dbe2651d3

View File

@ -1331,5 +1331,5 @@ BOOL release_posix_lock_posix_flavour(files_struct *fsp,
}
talloc_destroy(ul_ctx);
return True;
return ret;
}