Remove tmp files after GET request.

This commit is contained in:
Klaas Freitag 2012-10-18 10:04:11 +02:00
parent 9d126bc45a
commit 3006f14c8d

View File

@ -1587,6 +1587,7 @@ static int owncloud_close(csync_vio_method_handle_t *fhandle) {
errno = EBADF;
ret = -1;
}
_tunlink(tmpFileName);
}
}