Author: glebius
Date: Wed Mar  5 03:16:23 2014
New Revision: 262772
URL: http://svnweb.freebsd.org/changeset/base/262772

Log:
  Merge r262770 from head: pacify gcc.

Modified:
  stable/10/sys/net/flowtable.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/net/flowtable.c
==============================================================================
--- stable/10/sys/net/flowtable.c       Wed Mar  5 02:35:41 2014        
(r262771)
+++ stable/10/sys/net/flowtable.c       Wed Mar  5 03:16:23 2014        
(r262772)
@@ -772,6 +772,7 @@ flowtable_free_stale(struct flowtable *f
        tmpsize = ft->ft_size;
        memcpy(tmpmask, mask, ft->ft_size/8);
        curbit = 0;
+       fleprev = NULL; /* pacify gcc */
        /*
         * XXX Note to self, bit_ffs operates at the byte level
         * and thus adds gratuitous overhead
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to