client: bug fix

This commit is contained in:
Rom Walton 2014-11-25 18:49:26 -05:00
parent 1866447cd0
commit b507c1da31
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,7 @@ int HOST_INFO::get_host_info(bool init) {
get_local_network_info();
if (!init) return 0;
get_memory_info(m_nbytes, m_swap);
::get_memory_info(m_nbytes, m_swap);
get_os_information(
os_name, sizeof(os_name), os_version, sizeof(os_version)
);