On 11/10/2010 05:04 PM, Eddie Wai wrote:
-               return iscsi_conn_get_param(cls_conn, param, buf);
+               len = iscsi_conn_get_param(cls_conn, param, buf);
+               if (len == -ENOSYS)
+                       len = 0;

Why are you returning 0 here?

--
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-is...@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to