summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sbin/GenerateHostInfo1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sbin/GenerateHostInfo b/src/sbin/GenerateHostInfo
index d6fd69a25..0a7ad37aa 100644
--- a/src/sbin/GenerateHostInfo
+++ b/src/sbin/GenerateHostInfo
@@ -32,7 +32,6 @@ if __name__ == '__main__':
hostinfopath = "%s/hostinfo.xml" % c.get('server', 'metadata')
metadatapath = "%s/metadata.xml" % c.get('server', 'metadata')
configpath = "%s/report-configuration.xml" % c.get('server', 'metadata')
- domainlist = c.get('statistics', 'domainlist').replace("\'","").split(",")
sendmailpath = c.get('statistics','sendmailpath')
metaElement = parse(metadatapath)