Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
commitf75b53f85cbccc4b37db4c9adc0df81a06898d38
authorJelmer Vernooij <jelmer@samba.org>
Mon, 29 Sep 2008 17:53:36 +0000 (29 10:53 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 29 Sep 2008 17:53:36 +0000 (29 10:53 -0700)
treedb4274365bbeca30e771f0091de9f90ddf6b2e22
parent503d1c0226fb38c21b14fe1deac11b0ec461b4d0
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.
source/printing/nt_printing.c