From: remi Date: Wed, 11 Jul 2018 10:23:47 +0000 (+0000) Subject: remove wrong comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9fc52d96c75e92a80323612c6616fd843758895c;p=openbsd remove wrong comment ok jca@ tb@ --- diff --git a/usr.sbin/ospf6d/parse.y b/usr.sbin/ospf6d/parse.y index 32b1492a63f..ca95db4bc60 100644 --- a/usr.sbin/ospf6d/parse.y +++ b/usr.sbin/ospf6d/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.35 2018/07/11 07:39:22 krw Exp $ */ +/* $OpenBSD: parse.y,v 1.36 2018/07/11 10:23:47 remi Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby @@ -985,7 +985,6 @@ parse_config(char *filename, int opts) } } - /* free global config defaults */ if (errors) { clear_config(conf); return (NULL);