Cope with the fact that the data blobs returned are now
authorJelmer Vernooij <jelmer@samba.org>
Sun, 12 Oct 2008 02:00:55 +0000 (04:00 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 12 Oct 2008 02:00:55 +0000 (04:00 +0200)
commitd68168e63386f900b70b82a7056f6e744cd5d50c
tree8248e860a4cd776be21a807def3ee8ad251a83d6
parent5237369ad8bac6a5fc80e32b313ce9f3266abc0f
Cope with the fact that the data blobs returned are now
talloc-allocated. Ideally, this memory should be talloc-stolen
(and perhaps have DATA_BLOB in the interface everywhere), but
that requires some more complex changes so I've just changed it to copy
it for now.
source3/smbd/seal.c