artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c1847
)
remove wrong comment
author
remi
<remi@openbsd.org>
Wed, 11 Jul 2018 10:23:47 +0000
(10:23 +0000)
committer
remi
<remi@openbsd.org>
Wed, 11 Jul 2018 10:23:47 +0000
(10:23 +0000)
ok jca@ tb@
usr.sbin/ospf6d/parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/ospf6d/parse.y
b/usr.sbin/ospf6d/parse.y
index
32b1492
..
ca95db4
100644
(file)
--- a/
usr.sbin/ospf6d/parse.y
+++ b/
usr.sbin/ospf6d/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.3
5 2018/07/11 07:39:22 krw
Exp $ */
+/* $OpenBSD: parse.y,v 1.3
6 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);