diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-08-16 09:45:53 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2024-08-16 09:45:53 +0000 |
commit | f1ef535bb6b5b6515ec4190562f9383400e25452 (patch) | |
tree | 583fd80f030fc6cf0b8a83cf23daf961ac7577fd /usr.sbin | |
parent | 629812f630595870cb04c698d25c1dc3c61ba269 (diff) |
Delete req_modified. Which is not used.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/radiusd/radiusd_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/radiusd/radiusd_local.h b/usr.sbin/radiusd/radiusd_local.h index d58c6c7c624..2a04492cc9e 100644 --- a/usr.sbin/radiusd/radiusd_local.h +++ b/usr.sbin/radiusd/radiusd_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: radiusd_local.h,v 1.17 2024/08/14 07:04:54 yasuoka Exp $ */ +/* $OpenBSD: radiusd_local.h,v 1.18 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; |