2008-07-24 Ramon Novoa <rnovoa@artica.es>
* win32/windows/pandora_wmi.cc: Fixed WMI query timestamp limit for log events. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@971 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
74c39bd1a8
commit
aa70fc0287
|
@ -1,3 +1,8 @@
|
|||
2008-07-24 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* win32/windows/pandora_wmi.cc: Fixed WMI query timestamp limit for
|
||||
log events.
|
||||
|
||||
2008-07-22 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* win32/modules/pandora_module.cc: Fixed a bug that made the agent
|
||||
|
|
|
@ -478,7 +478,7 @@ Pandora_Wmi::getTimestampLimit (int interval) {
|
|||
// Substract the agent interval
|
||||
limit_time_utc -= interval;
|
||||
|
||||
limit_tm = localtime (&limit_time_utc);
|
||||
limit_tm = localtime (&limit_time);
|
||||
if (limit_tm == NULL) {
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue