-E overrules SRV result

git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@401 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit eb6c5cd713b85a694106532a2938a99b1ad6e848)
changes/49/4849/1
nils-ohlmeier 19 years ago committed by Victor Seva
parent 6746179917
commit fd887ef63e

@ -596,7 +596,7 @@ int main(int argc, char *argv[])
else {
if (!rport && !address) {
address = getsrvadr(domainname, &rport, &tsp);
if (tsp != 0)
if (tsp != 0 && transport == 0)
transport = tsp;
}
if (!address) {

Loading…
Cancel
Save