]> Pileus Git - ~andy/linux/blobdiff - net/ipv4/ip_options.c
cipso: Add support for native local labeling and fixup mapping names
[~andy/linux] / net / ipv4 / ip_options.c
index 33126ad2cfdc8964c9350a203c3223024b6999e8..2c88da6e7862f2b49d4d9ba17197eb9d10205fe8 100644 (file)
@@ -5,8 +5,6 @@
  *
  *             The options processing module for ip.c
  *
- * Version:    $Id: ip_options.c,v 1.21 2001/09/01 00:31:50 davem Exp $
- *
  * Authors:    A.N.Kuznetsov
  *
  */
@@ -440,7 +438,7 @@ int ip_options_compile(struct net *net,
                                goto error;
                        }
                        opt->cipso = optptr - iph;
-                       if (cipso_v4_validate(&optptr)) {
+                       if (cipso_v4_validate(skb, &optptr)) {
                                pp_ptr = optptr;
                                goto error;
                        }