Fixed a bug that could cause us to keep a temporary file open.
authorDave West <davew@uncensored.citadel.org>
Tue, 16 Oct 2007 13:10:20 +0000 (13:10 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 16 Oct 2007 13:10:20 +0000 (13:10 +0000)
commit7df74f2d26cd88e1bdaa38a0066b0e7c5dce2291
tree1fbd6baf41fa66c43728c3f4a78f735e6d50f3cd
parentced7c37c8e18a227b2b5e4e4c40baf37f6df467b
Fixed a bug that could cause us to keep a temporary file open.
When moving the network temporary spool file to the permanent spool
file, if the fopen of the permanent spool file fails then the temporary
spool file was not closed.
citadel/modules/network/serv_network.c