2008-07-30 Ramon Novoa <rnovoa@artica.es>

* win32/windows/pandora_wmi.cc: Fixed typo bug.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@985 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2008-07-30 15:27:14 +00:00
parent 9aa0c8c85e
commit f57b767390
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-30 Ramon Novoa <rnovoa@artica.es>
* win32/windows/pandora_wmi.cc: Fixed typo bug.
2008-07-24 Ramon Novoa <rnovoa@artica.es>
* win32/windows/pandora_wmi.cc: Fixed WMI query timestamp limit for

View File

@ -476,7 +476,7 @@ Pandora_Wmi::getTimestampLimit (int interval) {
limit_diff /= 60;
// Substract the agent interval
limit_time_utc -= interval;
limit_time -= interval;
limit_tm = localtime (&limit_time);
if (limit_tm == NULL) {