Update.
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/9467a473 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/9467a473 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/9467a473 Branch: refs/heads/master Commit: 9467a473730c823540842bb533f85f1653769d4a Parents: 5d97082 Author: Dave George <[email protected]> Authored: Wed Apr 4 14:13:15 2018 +0000 Committer: Dave George <[email protected]> Committed: Wed Apr 4 14:13:15 2018 +0000 ---------------------------------------------------------------------- core/sqf/monitor/linux/monitor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/9467a473/core/sqf/monitor/linux/monitor.cxx ---------------------------------------------------------------------- diff --git a/core/sqf/monitor/linux/monitor.cxx b/core/sqf/monitor/linux/monitor.cxx index e6aa68b..d97a3f0 100755 --- a/core/sqf/monitor/linux/monitor.cxx +++ b/core/sqf/monitor/linux/monitor.cxx @@ -1193,7 +1193,7 @@ int main (int argc, char *argv[]) } #ifndef NAMESERVER_PROCESS - env = getenv("SQ_NAMESERVER_ENABLE"); + env = getenv("SQ_NAMESERVER_ENABLED"); if ( env && isdigit(*env) ) { NameServerEnabled = atoi(env);
