summaryrefslogtreecommitdiffstats
path: root/Source/cmSiteNameCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSiteNameCommand.cxx')
-rw-r--r--Source/cmSiteNameCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSiteNameCommand.cxx b/Source/cmSiteNameCommand.cxx
index 8e5988a..5dcc984 100644
--- a/Source/cmSiteNameCommand.cxx
+++ b/Source/cmSiteNameCommand.cxx
@@ -102,8 +102,8 @@ bool cmSiteNameCommand::InitialPass(std::vector<std::string> const& args)
nslookup_cmd += " ";
nslookup_cmd += host;
std::string nsOutput;
- cmSystemTools::RunCommand(nslookup_cmd.c_str(),
- nsOutput);
+ cmSystemTools::RunSingleCommand(nslookup_cmd.c_str(),
+ &nsOutput);
// got the domain name
if (nsOutput.length())