freebsd-ports/net/linphone-base/files/patch-osipua::src::utils.c
Edwin Groothuis e4076a018e Upgrade to version 0.12.0. This is a follow up of the upgrade and
backout of the commit last tuesday.

I have disabled IPv6 support since it causes linphone not to work
properly. Informed author about it.
2003-10-23 03:29:23 +00:00

10 lines
350 B
C

--- osipua/src/utils.c.orig Thu Oct 23 13:06:43 2003
+++ osipua/src/utils.c Thu Oct 23 13:07:24 2003
@@ -382,6 +382,7 @@
abort();
return -1;
}
+ ((struct sockaddr_in *)(res->ai_addr))->sin_port=htons(9999);
err=connect(sock,res->ai_addr,res->ai_addrlen);
if (err<0) {
osip_trace(OSIP_ERROR,("Error in connect: %s\n",strerror(errno)));