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 | 107b12ec11254107ce59228fe5694a9892051b24 (patch) | |
tree | 9353e312a2aef3cd58276b8b1ace8bad423ae0e1 /source3/smbd | |
parent | 320f7cb4ac66bbb9fbfdd1f8b330264127c3f730 (diff) | |
download | samba-107b12ec11254107ce59228fe5694a9892051b24.tar.gz samba-107b12ec11254107ce59228fe5694a9892051b24.tar.bz2 samba-107b12ec11254107ce59228fe5694a9892051b24.zip |
merge from 2.2
(This used to be commit 7dc1c34145d66f4bbc5c6ce0bca4b224088366af)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/posix_acls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 889408b631..57a4cb1d37 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/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; } |