]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - common/alloc.c
- Silence benign static analysis warnings.
[thirdparty/dhcp.git] / common / alloc.c
index 3cbd140ac75f01bb5c6392ef470475052821fd68..ddff848b0a6605581106b19bf4b13e7decfd4456 100644 (file)
@@ -3,7 +3,7 @@
    Memory allocation... */
 
 /*
- * Copyright (c) 2009,2012 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009,2013 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1996-2003 by Internet Software Consortium
  *
@@ -143,7 +143,6 @@ int option_chain_head_dereference (ptr, file, line)
                        option_cache_dereference ((struct option_cache **)
                                                  (&car -> car), MDL);
                dfree (car, MDL);
-               car = cdr;
        }
 
        dfree (option_chain_head, file, line);