From 7dc1c34145d66f4bbc5c6ce0bca4b224088366af Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 25 Jan 2002 15:47:12 +0000 Subject: merge from 2.2 --- source/smbd/posix_acls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit