svn commit: r187062 - head/sys/netinet
Robert Watson
rwatson at FreeBSD.org
Sun Jan 11 12:01:44 PST 2009
Author: rwatson
Date: Sun Jan 11 20:01:43 2009
New Revision: 187062
URL: http://svn.freebsd.org/changeset/base/187062
Log:
Since we allow conditional allocation of labels on syncache entries,
remove historic assertion that labels are always present.
Modified:
head/sys/netinet/tcp_syncache.c
Modified: head/sys/netinet/tcp_syncache.c
==============================================================================
--- head/sys/netinet/tcp_syncache.c Sun Jan 11 19:41:38 2009 (r187061)
+++ head/sys/netinet/tcp_syncache.c Sun Jan 11 20:01:43 2009 (r187062)
@@ -1070,8 +1070,6 @@ _syncache_add(struct in_conninfo *inc, s
* have an initialized label we can use.
*/
mac_syncache_destroy(&maclabel);
- KASSERT(sc->sc_label != NULL,
- ("%s: label not initialized", __func__));
#endif
/* Retransmit SYN|ACK and reset retransmit count. */
if ((s = tcp_log_addrs(&sc->sc_inc, th, NULL, NULL))) {
More information about the svn-src-all
mailing list