Changeset 6394 for trunk/licq

Show
Ignore:
Timestamp:
07/02/08 11:40:58 (5 months ago)
Author:
eugene
Message:

Set a default startup value for static variable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqd-srv.cpp

    r6382 r6394  
    41324132    case ICQ_SNACxLIST_ROSTxREPLY: 
    41334133    { 
    4134       static unsigned short nCount; 
     4134      static unsigned short nCount = 0; 
    41354135      static bool sCheckExport = false; 
    41364136      unsigned short nPacketCount;