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)
commit6289d7b842819fb31bec93119f15b3823e02b49e
treed01d9402dd70f7a02ac18603e4979dcd2122f7a8
parent02ac9332ab1d34f47667b40ce23b2b5d04c4dff1
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