Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
authorJelmer Vernooij <jelmer@samba.org>
Mon, 29 Sep 2008 17:09:53 +0000 (19:09 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 29 Sep 2008 17:09:53 +0000 (19:09 +0200)
commit55e201b0a1b24e328b718b78ab8fa926bcc9e90b
tree0b5bcd77ee3edd7746dc70f5c6b6697da11be90c
parent0ee4d20adb21d2e4491ca0cbfe3c031cb89fde92
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.
source3/printing/nt_printing.c