artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60728a2
)
Delete req_modified. Which is not used.
author
yasuoka
<yasuoka@openbsd.org>
Fri, 16 Aug 2024 09:45:52 +0000
(09:45 +0000)
committer
yasuoka
<yasuoka@openbsd.org>
Fri, 16 Aug 2024 09:45:52 +0000
(09:45 +0000)
usr.sbin/radiusd/radiusd_local.h
patch
|
blob
|
history
diff --git
a/usr.sbin/radiusd/radiusd_local.h
b/usr.sbin/radiusd/radiusd_local.h
index
d58c6c7
..
2a04492
100644
(file)
--- a/
usr.sbin/radiusd/radiusd_local.h
+++ b/
usr.sbin/radiusd/radiusd_local.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: radiusd_local.h,v 1.1
7 2024/08/14 07:04:54
yasuoka Exp $ */
+/* $OpenBSD: radiusd_local.h,v 1.1
8 2024/08/16 09:45:52
yasuoka Exp $ */
/*
* Copyright (c) 2013 Internet Initiative Japan Inc.
@@
-138,7
+138,6
@@
struct radius_query {
struct radiusd_authentication *authen;
RADIUS_PACKET *req;
RADIUS_PACKET *res;
- int req_modified;
char username[256]; /* original username */
TAILQ_ENTRY(radius_query) next;
struct radiusd_module_ref *deco;