s3-epmapper: Fix allocation of data on the wrong context
authorSimo Sorce <idra@samba.org>
Thu, 24 Mar 2011 12:23:48 +0000 (08:23 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 24 Mar 2011 18:57:12 +0000 (14:57 -0400)
commitdbe957e48fec13aec39b7c2675cd4b7cde55d9d0
tree79138b131ed9000dfc1957f6cad4326048e5bc18
parent5ebf0072336ece5acf120bcdeb6612445fa059f1
s3-epmapper: Fix allocation of data on the wrong context

p->mem_ctx is the short-lived per request context, while this data is long
lived, allocate on p instead.
source3/rpc_server/epmapper/srv_epmapper.c