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))) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to