test-connect: use a random port instead of always 3389
authorDavid Fort <contact@hardening-consulting.com>
Wed, 6 Jul 2016 16:31:22 +0000 (18:31 +0200)
committerDavid Fort <contact@hardening-consulting.com>
Fri, 14 Oct 2016 13:12:48 +0000 (15:12 +0200)
commit03abf197caf361c9eb210af2f4f311db9d4b11fc
tree28e4d75af9b59abd27623564630add22bb748ecf
parent5b080359a90c3e6bc9041732beb200b1d08b7b34
test-connect: use a random port instead of always 3389

Doing so we have less chances to have a failure when we run 2 tests in parallel
on the same host (as sfrerdp-server listen on a socket).
libfreerdp/core/test/TestConnect.c