--- embedaddon/rsync/ifuncs.h 2013/10/14 07:51:14 1.1.1.2 +++ embedaddon/rsync/ifuncs.h 2016/11/01 09:54:32 1.1.1.3 @@ -1,6 +1,6 @@ /* Inline functions for rsync. * - * Copyright (C) 2007-2013 Wayne Davison + * Copyright (C) 2007-2015 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -80,6 +80,7 @@ init_stat_x(stat_x *sx_p) { #ifdef SUPPORT_ACLS sx_p->acc_acl = sx_p->def_acl = NULL; + sx_p->nfs4_acl = NULL; #endif #ifdef SUPPORT_XATTRS sx_p->xattr = NULL;