CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/23 06:08:21
Modified files:
usr.sbin/iscsid: initiator.c
Log message:
Change the error handling a bit to ensure we do not double free the task
by calling conn_task_cleanup() twice (once direct and once via conn_fail()).
The error handling needs some more work but at least this fixes the crash
found by jasper@
