artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b23e3d
)
Delete a garbage empty definition.
author
yasuoka
<yasuoka@openbsd.org>
Mon, 1 Jul 2024 03:13:42 +0000
(
03:13
+0000)
committer
yasuoka
<yasuoka@openbsd.org>
Mon, 1 Jul 2024 03:13:42 +0000
(
03:13
+0000)
usr.sbin/radiusd/parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/radiusd/parse.y
b/usr.sbin/radiusd/parse.y
index
a382dd4
..
f02ac14
100644
(file)
--- a/
usr.sbin/radiusd/parse.y
+++ b/
usr.sbin/radiusd/parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.y,v 1.1
7 2023/09/08 05:56:2
2 yasuoka Exp $ */
+/* $OpenBSD: parse.y,v 1.1
8 2024/07/01 03:13:4
2 yasuoka Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-363,7
+363,6
@@
authopt : AUTHENTICATE_BY STRING {
}
free_str_l(&$2);
}
- |
;
str_l : str_l strnum {
int i;