s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()
commit0f630abb3f197a8b672c6aa96362d83fdad1f92f
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Nov 2012 10:44:15 +0000 (28 11:44 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 28 Nov 2012 11:22:10 +0000 (28 12:22 +0100)
treeffe2bfd83af3531818b6baa6c7b79fa4862b349a
parentb3eb78c4f7123ccad6af50379c29d0939590d1ff
s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()

TALLOC_FREE() could overwrite errno.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/vfs_gpfs.c