Changeset 6328
- Timestamp:
- 06/17/08 16:04:43 (6 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/user.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/user.cpp
r6326 r6328 2785 2785 } 2786 2786 2787 if (m_nStatusSocketDesc == m_nInfoSocketDesc == m_nNormalSocketDesc == -1) 2787 if (m_nStatusSocketDesc == -1 && 2788 m_nInfoSocketDesc == -1 && 2789 m_nNormalSocketDesc == -1) 2788 2790 { 2789 2791 m_nLocalPort = 0;
