Date: Thu, 4 Sep 2008 18:44:34 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149216 for review Message-ID: <200809041844.m84IiYMt008530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149216 Change 149216 by zec@zec_tpx32 on 2008/09/04 18:43:50 Restore an initializer for a global variable - initializers should go away in the next commit, not just yet. Affected files ... .. //depot/projects/vimage-commit2/src/sys/net/if_gif.c#9 edit Differences ... ==== //depot/projects/vimage-commit2/src/sys/net/if_gif.c#9 (text+ko) ==== @@ -124,7 +124,7 @@ #define MAX_GIF_NEST 1 #endif #ifndef VIMAGE -static int max_gif_nesting; +static int max_gif_nesting = MAX_GIF_NEST; #endif SYSCTL_V_INT(V_NET, vnet_gif, _net_link_gif, OID_AUTO, max_nesting, CTLFLAG_RW, max_gif_nesting, 0, "Max nested tunnels");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809041844.m84IiYMt008530>