diff mbox

opensm/osm_sa_path_record.c: Lower max number of hops allowed

Message ID 4BCEDFDA.7000500@Sun.COM (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Line.Holen@Sun.COM April 21, 2010, 11:22 a.m. UTC
None
diff mbox

Patch

diff --git a/opensm/opensm/osm_sa_path_record.c b/opensm/opensm/osm_sa_path_record.c
index 62102f4..9f508db 100644
--- a/opensm/opensm/osm_sa_path_record.c
+++ b/opensm/opensm/osm_sa_path_record.c
@@ -70,7 +70,7 @@ 
 #include <opensm/osm_prefix_route.h>
 #include <opensm/osm_ucast_lash.h>
 
-#define MAX_HOPS 128
+#define MAX_HOPS 64
 
 typedef struct osm_pr_item {
 	cl_list_item_t list_item;