Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2008 23:22:18 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138567 for review
Message-ID:  <200803252322.m2PNMI0x028751@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138567

Change 138567 by piso@piso_newluxor on 2008/03/25 23:21:43

	Temporary disable module execution.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_mod.c#29 edit

Differences ...

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

@@ -226,7 +226,7 @@
 	LIST_FOREACH(p, &handler_chain, entries) {
 		if ((p->dir & dir) && (p->proto & proto))
 			if (p->fingerprint(la, pip, ad) == 0) {
-				error = p->protohandler(la, pip, ad);
+				//error = p->protohandler(la, pip, ad);
 				break;
 			}
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803252322.m2PNMI0x028751>