Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
commit7c9a7cb8682156ffb39382a44e3abf40408bff63
authorJelmer Vernooij <jelmer@samba.org>
Mon, 29 Sep 2008 17:53:36 +0000 (29 10:53 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 6 Oct 2008 11:00:13 +0000 (6 13:00 +0200)
tree3bd26849a28c29c5d6a7b10d408efec29817141a
parent1394827cfda4eeff5b4239b6ed5c93fcaaed0e2e
Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
If opening new_file fails, fsp would still be set to the files_struct of
old_file.
(cherry picked from commit f75b53f85cbccc4b37db4c9adc0df81a06898d38)
source/printing/nt_printing.c