Looks like nobody ever tested this.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15960
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
+++ /dev/null
-^samba4.libsmbclient.posix_extensions.NT1
-^samba4.libsmbclient.posix_extensions.SMB3
-^samba4.libsmbclient.posix_hardlinks.NT1
-^samba4.libsmbclient.posix_hardlinks.SMB3
errno = EBADF;
return -1;
}
- return smbc_getFunctionGetxattr(statcont)(statcont,
- file->fname, name,
- value, size);
+ return smbc_getFunctionFGetxattr(statcont)
+ (statcont, file, name, value, size);
}
int