On 06/21/2011 04:23 AM, Hannes Reinecke wrote:
> +     if (node_startup_value && !conn_startup_value) {
> +             (void)idbm_rec_update_param(info, "node.conn[0].startup",
> +                                         node_startup_value, -1);
> +             free(node_startup_value);
> +     }
> +     if (conn_startup_value && !node_startup_value) {
> +             (void)idbm_rec_update_param(info, "node.startup",
> +                                         conn_startup_value, -1);

I just changed the line_number arg to be 0 which indicates it did not
come from a file. I thought in this case since it was iscsiadm changing
it that was best.

-- 
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?hl=en.

Reply via email to