Silent gcc? Yeah, you wish. What I ment was to silence gcc.

Spotted by:	julian
This commit is contained in:
Pawel Jakub Dawidek 2009-09-06 19:05:03 +00:00
parent f96d66a41e
commit fc79063e66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196902

View File

@ -906,8 +906,8 @@ key_allocsa_policy(const struct secasindex *saidx)
u_int stateidx, arraysize;
const u_int *state_valid;
state_valid = NULL; /* silent gcc */
arraysize = 0; /* silent gcc */
state_valid = NULL; /* silence gcc */
arraysize = 0; /* silence gcc */
SAHTREE_LOCK();
LIST_FOREACH(sah, &V_sahtree, chain) {