summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-07-18 15:07:28 +0930
committerRusty Russell <rusty@rustcorp.com.au>2012-07-18 15:07:28 +0930
commit99272331c60afa900852d996196b434ecd897287 (patch)
treeb2ad6311ed1dd0a791171c11a181f762dc607d83 /source3/lib
parent51ec59db10306fd90211c237fd672acf3ab3304a (diff)
downloadsamba-99272331c60afa900852d996196b434ecd897287.tar.gz
samba-99272331c60afa900852d996196b434ecd897287.tar.bz2
samba-99272331c60afa900852d996196b434ecd897287.zip
source3/passdb/py_passdb.c: don't steal from talloc_stackframe().
If you want a stack-style allocation, use talloc_stackframe(). If you don't, don't use it. In particular, talloc_stackframe() here is actually inside a pool, and stealing from pools is a bad idea. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'source3/lib')
0 files changed, 0 insertions, 0 deletions