Index: /trunk/ippToPsps/jython/dvo.py
===================================================================
--- /trunk/ippToPsps/jython/dvo.py	(revision 35180)
+++ /trunk/ippToPsps/jython/dvo.py	(revision 35181)
@@ -588,5 +588,7 @@
 
         # clear the 'ingested' field for all boxes
-        self.ippToPspsDb.clearIngestedBoxes()
+        # XXX oops: this causes problems for multiple loaders...
+        # set/clear should be using the HOST id as the value in the table.
+        # self.ippToPspsDb.clearIngestedBoxes()
         
         # drop detections table
