You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/08/19 17:37:14 UTC

svn commit: r687079 - /tomcat/connectors/trunk/jni/native/src/info.c

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org