]> git.sur5r.net Git - bacula/bacula/commit - bacula/src/filed/xattr.c
Only allocate the alist for holding the xattr when we have the first complete xattr...
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 2 Oct 2010 08:49:35 +0000 (10:49 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Oct 2010 09:18:20 +0000 (11:18 +0200)
commitf7c0b3fec39e4f4f85894bfda8cb85cbf9cbb138
tree26acb7ca4f85d54b22cbd07da991d4f098a298d2
parent1fb6f2fe65a34594867d32f720ea11b4c0073e67
Only allocate the alist for holding the xattr when we have the first complete xattr assembled.
Changed the code path so we always walk the same cleanup path after the bail_out label so we
don't have to code every special way of exiting the function.
bacula/src/filed/xattr.c