Mike Christie <[email protected]> Mar 07 01:43AM -0600 wrote: > > On 03/01/2013 06:06 PM, Lee Duncan wrote: > > ISCSI_ERR_SCSI_EH_SESSION_RST = ISCSI_ERR_BASE + 21, > > + ISCSI_ERR_LOGIN_FAILED = ISCSI_ERR_BASE + 22, > > }; > > Those errors are for the iscsi user/kernel interface. > > The errors you want for userspace are in include/iscsi_err.h. > > > + rc = ISCSI_ERR_LOGIN_FAILED; > > goto done; > > } > > For this, what about returning ISCSI_ERR_SESS_EXISTS? >
Sounds good to me. I will resubmit the patch set this morning. -- Lee Duncan SUSE Labs -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
