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