[TOKENRING]: Use interrupt-safe locking with rif_lock.
[sfrench/cifs-2.6.git] / net / ipv6 / ip6_flowlabel.c
index 0e5f7499debb81ce758d4e788d2182d07c5d2b53..b6c73da5ff358b5c8b803ce489e46b28a0bd5611 100644 (file)
@@ -244,7 +244,6 @@ struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space,
                opt_space->opt_nflen = 0;
        }
        opt_space->dst1opt = fopt->dst1opt;
-       opt_space->auth = fopt->auth;
        opt_space->opt_flen = fopt->opt_flen;
        return opt_space;
 }