client: fix typo

This commit is contained in:
David Anderson 2017-01-12 13:57:31 -08:00
parent 6b3d569ebe
commit e92a398c0a
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ int HOST_INFO::write(
d_free,
osn,
osv,
coprocs.ndev();
coprocs.ndevs()
);
if (strlen(product_name)) {
xml_escape(product_name, pn, sizeof(pn));