CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/02 00:32:56
Modified files: usr.sbin/iscsid: connection.c initiator.c iscsid.c iscsid.h session.c Log message: Rework the logout code and use this to do a proper logout when exiting. This works well for idle sessions but still has some issues on busy session. It seems more task scheduler changes are needed to make this work. This also includes some mem-leak fixes in error pathes found by Igor Zinovik. go for it dlg@