owncloud: Clean up resources allocated by neon

Fixes crashes that result from owncloud running out of FDs,
like oc-920.
This commit is contained in:
Daniel Molkentin 2012-11-28 12:51:02 +01:00
parent 01ba8d4a9b
commit 9c853594e8

View file

@ -2114,6 +2114,7 @@ void vio_module_shutdown(csync_vio_method_t *method) {
ne_session_destroy( dav_session.ctx );
/* DEBUG_WEBDAV( "********** vio_module_shutdown" ); */
ne_sock_exit();
}
/* vim: set ts=4 sw=4 et cindent: */