Changeset 6328

Show
Ignore:
Timestamp:
06/17/08 16:04:43 (6 months ago)
Author:
eugene
Message:

Fixed compilation warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/user.cpp

    r6326 r6328  
    27852785  } 
    27862786 
    2787   if (m_nStatusSocketDesc == m_nInfoSocketDesc == m_nNormalSocketDesc == -1) 
     2787  if (m_nStatusSocketDesc == -1 && 
     2788      m_nInfoSocketDesc == -1 && 
     2789      m_nNormalSocketDesc == -1) 
    27882790  { 
    27892791    m_nLocalPort = 0;