Fix typo in alternate mts.conf location support.
authorKen Hornstein <kenh@pobox.com>
Sat, 11 Feb 2012 01:59:21 +0000 (20:59 -0500)
committerKen Hornstein <kenh@pobox.com>
Sat, 11 Feb 2012 01:59:21 +0000 (20:59 -0500)
sbr/mts.c

index 939a8c7..3ffdfea 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -430,7 +430,7 @@ getuserinfo (void)
 static const char*
 get_mtsconf_pathname (void)
 {
-    const char *cp = getenv ( "MHMTSCONF ");
+    const char *cp = getenv ( "MHMTSCONF" );
     if (cp != NULL && *cp != '\0') {
         return cp;
     }