From 4fc5b2105a75f29c7b2b46f13c96ced435f5951e Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Thu, 27 Oct 2005 17:06:58 +0000 Subject: [PATCH] this is currently an int - we shouldn't restrict it unless required This commit was SVN r7895. --- ompi/mca/pml/ob1/pml_ob1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/pml/ob1/pml_ob1.c b/ompi/mca/pml/ob1/pml_ob1.c index 38f8efe58d..adeca53c19 100644 --- a/ompi/mca/pml/ob1/pml_ob1.c +++ b/ompi/mca/pml/ob1/pml_ob1.c @@ -52,7 +52,7 @@ mca_pml_ob1_t mca_pml_ob1 = { mca_pml_ob1_probe, mca_pml_ob1_start, 32768, - (0xffff) + INT_MAX } };