[mpich2-commits] r4110 - mpich2/trunk/src/pm/hydra/pm/central
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Wed Mar 18 10:48:36 CDT 2009
Author: balaji
Date: 2009-03-18 10:48:36 -0500 (Wed, 18 Mar 2009)
New Revision: 4110
Modified:
mpich2/trunk/src/pm/hydra/pm/central/proxy_utils.c
Log:
Minor fix for fork. This is too orthogonal for something that's
passing now to break.
Modified: mpich2/trunk/src/pm/hydra/pm/central/proxy_utils.c
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/central/proxy_utils.c 2009-03-18 15:45:26 UTC (rev 4109)
+++ mpich2/trunk/src/pm/hydra/pm/central/proxy_utils.c 2009-03-18 15:48:36 UTC (rev 4110)
@@ -88,7 +88,7 @@
/* Some bootstrap servers remove the quotes that we
* added, while some others do not. For the cases
* where they are not removed, we do it ourselves. */
- if (*str == '"') {
+ if (*str == '\'') {
str++;
str[strlen(str) - 1] = 0;
}
More information about the mpich2-commits
mailing list