Re: [PATCH] return no path when path does not exist

2010-06-14 Thread Sasha Khapyorsky
On 18:01 Thu 10 Jun , Eli Dorfman (Voltaire) wrote: return OSM_NO_PATH (instead of port num) when path does not exists. this will also be reported as error in the log. Signed-off-by: Eli Dorfman e...@voltaire.com Applied. Thanks. Sasha -- To unsubscribe from this list: send the line

[PATCH] return no path when path does not exist

2010-06-10 Thread Eli Dorfman (Voltaire)
return OSM_NO_PATH (instead of port num) when path does not exists. this will also be reported as error in the log. Signed-off-by: Eli Dorfman e...@voltaire.com --- opensm/opensm/osm_switch.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opensm/opensm/osm_switch.c