diff options
author | remi <remi@cvs.openbsd.org> | 2018-07-11 10:23:48 +0000 |
---|---|---|
committer | remi <remi@cvs.openbsd.org> | 2018-07-11 10:23:48 +0000 |
commit | bd91f53f81a356dd62d08c080ea5d242d1f79a8f (patch) | |
tree | b4630f884db9aae858f3cc3d23afa05c01392acc /usr.sbin | |
parent | 6ea611effa2caf0fbdfc74c89bcd348116d42d3f (diff) |
remove wrong comment
ok jca@ tb@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ospf6d/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
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 <norby@openbsd.org> @@ -985,7 +985,6 @@ parse_config(char *filename, int opts) } } - /* free global config defaults */ if (errors) { clear_config(conf); return (NULL); |