Changeset 932
- Timestamp:
- 02/21/07 15:16:50 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/log-surfnet/log-surfnet.cpp
r734 r932 680 680 { 681 681 logPF(); 682 683 Socket *s; 684 s = (Socket *)result->getObject(); 685 logCrit("Getting attackid for socket %x failed, dropping the whole attack, forgetting all details\n",(uintptr_t)s); 686 m_SocketTracker.erase((uintptr_t)s); 682 687 return true; 683 688 }
