Hi, It does not work for me :( I used target name instead of eid ..... but the same err HELP!!!!!
cheers, nikhil On Jan 5, 2:21 am, Albert Pauw <albert.p...@gmail.com> wrote: > For the watchfull observant,the patch is shown in reverse, > it should read: > > --- usr/isns.c 2009-01-04 12:11:27.000000000 +0100 > +++ usr/isns.c.new 2009-01-04 11:17:43.000000000 +0100 > @@ -162,10 +162,10 @@ > > length += isns_tlv_set(&tlv, ISNS_ATTR_ISCSI_NAME, strlen > (name), name); > length += isns_tlv_set(&tlv, ISNS_ATTR_ENTITY_IDENTIFIER, > - strlen(eid), eid); > + strlen(name), name); > length += isns_tlv_set(&tlv, 0, 0, 0); > length += isns_tlv_set(&tlv, ISNS_ATTR_ENTITY_IDENTIFIER, > - strlen(eid), eid); > + strlen(name), name);; > > length += isns_tlv_set(&tlv, ISNS_ATTR_ENTITY_PROTOCOL, > sizeof(type), &type); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@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 -~----------~----~----~----~------~----~------~--~---