Bug 770: Don't close fd when resuming download
commit89c7e57890c534f95f7139fa682c2675ed9ee3b5
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 19 Jul 2009 10:41:44 +0000 (19 13:41 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 19 Jul 2009 10:44:01 +0000 (19 13:44 +0300)
tree7207a199259c0e7605dd2afa45481bd62b8d4f2a
parent075171c2c8cce6fc72863fa8b0d41b7acbf31eba
Bug 770: Don't close fd when resuming download

I added this bug last night.  continue_download_do() passed the
file descriptor to transform_codw_to_cmdw(), which saved it, but
continue_download_do() then closed it.
src/session/download.c