svn commit: r262770 - head/sys/net
Gleb Smirnoff
glebius at FreeBSD.org
Wed Mar 5 02:35:16 UTC 2014
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
More information about the svn-src-head
mailing list