From 0a6e41b45244a9fdc483b7ac31810ead05d972dc Mon Sep 17 00:00:00 2001 From: YASUOKA Masahiko Date: Mon, 9 Sep 2024 23:38:30 +0000 Subject: When accounting start the type attribute was added twice. from markus --- sbin/iked/radius.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sbin') diff --git a/sbin/iked/radius.c b/sbin/iked/radius.c index 5847795a1ed..4327ec9a4b2 100644 --- a/sbin/iked/radius.c +++ b/sbin/iked/radius.c @@ -1,4 +1,4 @@ -/* $OpenBSD: radius.c,v 1.10 2024/08/17 03:28:22 yasuoka Exp $ */ +/* $OpenBSD: radius.c,v 1.11 2024/09/09 23:38:29 yasuoka Exp $ */ /* * Copyright (c) 2024 Internet Initiative Japan Inc. @@ -748,8 +748,6 @@ iked_radius_acct_request(struct iked *env, struct iked_sa *sa, uint8_t stype) switch (stype) { case RADIUS_ACCT_STATUS_TYPE_START: - radius_put_uint32_attr(pkt, RADIUS_TYPE_ACCT_STATUS_TYPE, - RADIUS_ACCT_STATUS_TYPE_START); break; case RADIUS_ACCT_STATUS_TYPE_INTERIM_UPDATE: case RADIUS_ACCT_STATUS_TYPE_STOP: -- cgit v1.2.3