Revision: 16694
Author: datallah
Date: 2006-08-10 18:10:18 -0700 (Thu, 10 Aug 2006)
ViewCVS: http://svn.sourceforge.net/gaim/?rev=16694&view=rev
Log Message:
-----------
Fix CID 217 (Dead Code)
I'm pretty wary of the DEADCODE CIDs, but this one seems pretty obvious.
Modified Paths:
--------------
trunk/src/protocols/oscar/family_oservice.c
Modified: trunk/src/protocols/oscar/family_oservice.c
===================================================================
--- trunk/src/protocols/oscar/family_oservice.c 2006-08-11 00:55:18 UTC (rev 16693)
+++ trunk/src/protocols/oscar/family_oservice.c 2006-08-11 01:10:18 UTC (rev 16694)
@@ -1028,13 +1028,6 @@
byte_stream_put32(&frame->data, 0xa46d3b39);
#endif
- } else if ((offset == 0x00001000) && (len == 0x00000000)) {
-
- byte_stream_put32(&frame->data, 0xd41d8cd9);
- byte_stream_put32(&frame->data, 0x8f00b204);
- byte_stream_put32(&frame->data, 0xe9800998);
- byte_stream_put32(&frame->data, 0xecf8427e);
-
} else
gaim_debug_warning("oscar", "sendmemblock: unknown hash request\n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|