From b59731c9fb5d1622148ce4698fb1d82c03c77021 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Fri, 16 Aug 2024 09:45:52 +0000 Subject: [PATCH] Delete req_modified. Which is not used. --- usr.sbin/radiusd/radiusd_local.h | 3 +-- 1 file changed, 1 insertion(+), 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; -- 2.20.1