CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/01/04 06:19:55
Modified files: usr.sbin/iscsid: initiator.c iscsid.h task.c Log message: Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by the target (itt = 0xffffffff) send back an immediate NOP-Out reusing the NOP-In PDU. This makes my iscsi target happy. Also plug a mem leak on error path which was found by Igor Zinovik.