From: <buc...@us...> - 2008-12-31 12:58:15
|
Revision: 106 http://devmon.svn.sourceforge.net/devmon/?rev=106&view=rev Author: buchanmilne Date: 2008-12-31 12:58:08 +0000 (Wed, 31 Dec 2008) Log Message: ----------- Ensure repeaters created by CHAIN transform are tagged as such (so they can be primary OID) Modified Paths: -------------- trunk/modules/dm_tests.pm Modified: trunk/modules/dm_tests.pm =================================================================== --- trunk/modules/dm_tests.pm 2008-12-31 12:56:15 UTC (rev 105) +++ trunk/modules/dm_tests.pm 2008-12-31 12:58:08 UTC (rev 106) @@ -1589,6 +1589,7 @@ # Apply thresholds apply_thresh_rep($oids, $thr, $oid); + $oid_h->{'repeat'} = 1; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |