Add missing #ifdef INET6 (can't be compiled)

This commit is contained in:
ache 2006-09-14 10:22:35 +00:00
parent c58b7af845
commit ce4ed61a69

View File

@ -1403,7 +1403,9 @@ syncookie_generate(struct syncache_head *sch, struct syncache *sc,
data |= (md5_buffer[0] << 7);
sc->sc_iss = data;
#ifdef INET6
*flowlabel = md5_buffer[1] & IPV6_FLOWLABEL_MASK;
#endif
/* Additional parameters are stored in the timestamp if present. */
if (sc->sc_flags & SCF_TIMESTAMP) {