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:
parent
9aa0c8c85e
commit
f57b767390
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue