]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of dbg-fork
authorSean Hefty <sean.hefty@intel.com>
Wed, 22 Aug 2012 21:33:18 +0000 (14:33 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 22 Aug 2012 21:33:18 +0000 (14:33 -0700)
src/preload.c

index c96d1d7777a715b74eec58d79031aebaad1002e0..8889410b732597c8cb3f0e5f097a5f41146be4f6 100644 (file)
@@ -239,7 +239,7 @@ void getenv_options(void)
        if (var)
                sq_inline = atoi(var);
 
-       var = getenv("RDMAV_FORK_SAFE");
+       var = getenv("RS_FORK_SUPPORT");
        if (var)
                fork_support = atoi(var);
 }