projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae191f
)
Fix typo in alternate mts.conf location support.
author
Ken Hornstein
<kenh@pobox.com>
Sat, 11 Feb 2012 01:59:21 +0000
(20:59 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Sat, 11 Feb 2012 01:59:21 +0000
(20:59 -0500)
sbr/mts.c
patch
|
blob
|
history
diff --git
a/sbr/mts.c
b/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;
}