Talloc don't export this macro
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 18 Jun 2014 17:09:36 +0000 (18:09 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 18 Jun 2014 17:09:41 +0000 (18:09 +0100)
src/lib/debug.c

index 7dad377..3f371e6 100644 (file)
@@ -745,7 +745,7 @@ int fr_fault_setup(char const *cmd, char const *program)
                 *  uninitialised and freed memory, to make memory issues easier
                 *  to track down.
                 */
-               if (!getenv(TALLOC_FREE_FILL)) mallopt(M_PERTURB, 0x42);
+               if (!getenv("TALLOC_FREE_FILL")) mallopt(M_PERTURB, 0x42);
                mallopt(M_CHECK_ACTION, 3);
 #endif