Author: glebius
Date: Wed Mar 5 02:35:15 2014
New Revision: 262770
URL: http://svnweb.freebsd.org/changeset/base/262770
Log:
Pacify gcc.
Modified:
head/sys/net/flowtable.c
Modified: head/sys/net/flowtable.c
==============================================================================
--- head/sys/net/flowtable.c Wed Mar 5 02:10:10 2014 (r262769)
+++ head/sys/net/flowtable.c Wed Mar 5 02:35:15 2014 (r262770)
@@ -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]"