Changeset 4477
- Timestamp:
- 07/04/06 21:58:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqd-srv.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqd-srv.cpp
r4447 r4477 2863 2863 if (packet.readTLV()) 2864 2864 { 2865 //if (packet.hasTLV(0x0000) && packet.getTLVLen(0x0000) == 2)2866 //bFake = true;2865 if (packet.hasTLV(0x0003) && packet.getTLVLen(0x0003) == 4) 2866 bFake = true; 2867 2867 } 2868 2868 … … 2871 2871 if (bFake && isdigit(szId[0])) 2872 2872 { 2873 gLog. Info("%sIgnoring fake offline:%s\n", L_SRVxSTR, szId);2873 gLog.Error("%sIgnoring fake offline:%s\n", L_SRVxSTR, szId); 2874 2874 delete [] szId; 2875 2875 break;
