diff freeDiameter/cnxctx.c @ 246:6418a188c1b5

getnameinfo is also more sensitive on freeBSD
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 02 Apr 2010 15:27:46 +0900
parents 6a71c3f3ab77
children f89b5a12d2af
line wrap: on
line diff
--- a/freeDiameter/cnxctx.c	Fri Apr 02 14:49:42 2010 +0900
+++ b/freeDiameter/cnxctx.c	Fri Apr 02 15:27:46 2010 +0900
@@ -128,7 +128,7 @@
 	}
 
 	/* Create the socket */
-	CHECK_FCT_DO( fd_tcp_create_bind_server( &cnx->cc_socket, sa, sSSlen(sa) ), goto error );
+	CHECK_FCT_DO( fd_tcp_create_bind_server( &cnx->cc_socket, sa, sSAlen(sa) ), goto error );
 
 	/* Generate the name for the connection object */
 	{
"Welcome to our mercurial repository"