source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done
authorHerb Lewis <herb@samba.org>
Wed, 14 Jan 2004 23:00:06 +0000 (23:00 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 14 Jan 2004 23:00:06 +0000 (23:00 +0000)
commita68e3446d0140be9f1b0b538986ee2c6a7c7c2cc
treef6e08e4f04ab4e6e2544951e4620b0044f4a42c2
parent742fbfcaba5c0ffe53ece547982b361f7c9d7b8a
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 6289d7b842819fb31bec93119f15b3823e02b49e)
source3/rpc_parse/parse_prs.c
testsuite/printing/psec.c