Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
commitbc0a340c61198879dc10ccbcc3c3ceb7f358b270
authorJelmer Vernooij <jelmer@samba.org>
Mon, 29 Sep 2008 17:53:17 +0000 (29 10:53 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 29 Sep 2008 17:53:17 +0000 (29 10:53 -0700)
tree4a65c6930a9b41c6e335d97fc7966d791eb7c1d5
parentc96dd7196606f53f60aff34b9358881fdd9d9f20
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