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)
commita363e5d8c549861329506bd87c11d82ace5520e5
tree1208108b6f0808a327cd785b1bc229a0a1f3c8ae
parent40b7d863dc246ea23ff3d9cdc167f1fb96166e1d
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
source/rpc_parse/parse_prs.c
testsuite/printing/psec.c