Changeset 620
- Timestamp:
- 08/18/06 20:52:57 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/submit-postgres/submit-postgres.cpp
r619 r620 287 287 if (resvec[0]["sensor_add_instance"] == "f") 288 288 logCrit("ERROR inserting instance\n"); 289 delete m_OutstandingQueries.front(); 289 290 break; 290 291 … … 292 293 if (resvec[0]["sensor_add_sample"] == "f") 293 294 logCrit("ERROR inserting sample\n"); 295 delete m_OutstandingQueries.front(); 294 296 break; 295 297 … … 299 301 300 302 301 delete m_OutstandingQueries.front();302 303 m_OutstandingQueries.pop_front(); 303 304 return true;
