source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done
authorHerb Lewis <herb@samba.org>
Wed, 14 Jan 2004 22:53:50 +0000 (22:53 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 14 Jan 2004 22:53:50 +0000 (22:53 +0000)
commitbe1b3604ef3d351b1e3013a509dcceb5fed8409f
tree6f47752a7293d9a43ee809282fbe4c9cea068cc8
parent2624dd03136a9c2a6e9ed39c97094cde0aa67723
source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done
in prs_init now

testsuite/printing/psec.c cannot do a prs_mem_free() when tdb_prs_fetch fails
as the prs structure has not been initialized
(This used to be commit a363e5d8c549861329506bd87c11d82ace5520e5)
source3/rpc_parse/parse_prs.c
testsuite/printing/psec.c