Changeset 496
- Timestamp:
- 04/08/06 19:53:17 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/vuln-bagle/BagleDialogue.cpp
r332 r496 150 150 g_Nepenthes->getDownloadMgr()->downloadUrl(msg->getLocalHost(),url,msg->getRemoteHost(),url,0); 151 151 free(url); 152 return CL_DROP; 153 152 return CL_ASSIGN_AND_DONE; 154 153 }else 155 154 if ( msg->getSize() >= 4 ) … … 235 234 g_Nepenthes->getSubmitMgr()->addSubmission(m_Download); 236 235 // destructor will delete it 236 return CL_ASSIGN_AND_DONE; 237 237 } 238 238 }
