Hi Al,

On 15:48 Fri 13 Jun     , Al Chu wrote:
> @@ -1547,6 +1551,10 @@ int osm_subn_write_conf_file(char *file_name, IN 
> osm_subn_opt_t *const p_opts)
>               " Up/Down algorithm instead\n# of GUIDs (one guid and"
>               " id in each line)\nids_guid_file %s\n\n",
>               p_opts->ids_guid_file ? p_opts->ids_guid_file : null_str);
> +     
> +     fprintf(opts_file,
> +             "# The file holding guid routing order guids (for Up/Down)\n"
> +             "guid_routing_order_file %s\n\n", 
> p_opts->guid_routing_order_file);

I guess here should be:

  p_opts->guid_routing_order_file ? p_opts->guid_routing_order_file : null_str

Sasha
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to