diff options
author | Gerald Carter <jerry@samba.org> | 2002-01-25 15:47:12 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-01-25 15:47:12 +0000 |
commit | 7dc1c34145d66f4bbc5c6ce0bca4b224088366af (patch) | |
tree | 5ad11e3a6ce65752b9ffb7ff5f36ce224d174502 | |
parent | 7d576d89d7b4a7b95e87a844568d7d7cd89f0542 (diff) | |
download | samba-7dc1c34145d66f4bbc5c6ce0bca4b224088366af.tar.gz samba-7dc1c34145d66f4bbc5c6ce0bca4b224088366af.tar.xz samba-7dc1c34145d66f4bbc5c6ce0bca4b224088366af.zip |
merge from 2.2
-rw-r--r-- | source/smbd/posix_acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/posix_acls.c b/source/smbd/posix_acls.c index 889408b6311..57a4cb1d37a 100644 --- a/source/smbd/posix_acls.c +++ b/source/smbd/posix_acls.c @@ -758,9 +758,9 @@ static BOOL create_canon_ace_lists(files_struct *fsp, free_canon_ace_list(file_ace); free_canon_ace_list(dir_ace); - SAFE_FREE(current_ace); DEBUG(0,("create_canon_ace_lists: unable to map SID %s to uid or gid.\n", sid_to_string(str, ¤t_ace->trustee) )); + SAFE_FREE(current_ace); return False; } |