[licq-im/licq] db584a: icq: Don't reject reverse connect for wrong port

GitHub <[email protected]> Fri, 20 Jul 2012 01:59:35 -0700
Newsgroups gmane.network.licq.cvs
Message-ID <[email protected]>
  Branch: refs/heads/1.6-stable
  Home:   https://github.com/licq-im/licq
  Commit: db584a829a90a742ef94c15b7b203116f45cf376
      https://github.com/licq-im/licq/commit/db584a829a90a742ef94c15b7b203116f45cf376
  Author: Anders Olofsson <[email protected]>
  Date:   2012-07-19 (Thu, 19 Jul 2012)

  Changed paths:
    M licq/doc/CHANGELOG
    M licq/src/icq/icq-srv.cpp
    M licq/src/icq/icq-tcp.cpp

  Log Message:
  -----------
  icq: Don't reject reverse connect for wrong port

The DC port isn't included in server info so we can't expect other
client to know which port to use.
This caused two Licq instances to fail direct connect with each other
even though direct connect with other clients was working.