PERFORCE change 154755 for review

Paolo Pisati piso at FreeBSD.org
Mon Dec 15 16:42:43 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=154755

Change 154755 by piso at piso_newluxor on 2008/12/16 00:42:17

	leave a comment about a bug left in UdpAliasIn: the return code from find_handler() should
	be checked instead of a always 0 variable.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias.c#86 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias.c#86 (text+ko) ====

@@ -789,6 +789,7 @@
 		    &original_address, &pip->ip_dst, 2);
 		pip->ip_dst = original_address;
 
+		// XXX should check error instead of r - see pre modules version rev=1.53
 		/*
 		 * If we cannot figure out the packet, ignore it.
 		 */


More information about the p4-projects mailing list