Author: jfclere Date: Tue Aug 19 08:37:14 2008 New Revision: 687079 URL: http://svn.apache.org/viewvc?rev=687079&view=rev Log: Remove useless line.
Modified: tomcat/connectors/trunk/jni/native/src/info.c Modified: tomcat/connectors/trunk/jni/native/src/info.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/src/info.c?rev=687079&r1=687078&r2=687079&view=diff ============================================================================== --- tomcat/connectors/trunk/jni/native/src/info.c (original) +++ tomcat/connectors/trunk/jni/native/src/info.c Tue Aug 19 08:37:14 2008 @@ -210,7 +210,6 @@ SET_AINFO_S(hostname, info->hostname); SET_AINFO_S(servname, info->servname); SET_AINFO_I(port, info->port); - SET_AINFO_I(family, info->family); SET_AINFO_I(family, f); SET_AINFO_J(next, P2J(info->next)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]