From 59a595885e087762997f485c027586a46ede1236 Mon Sep 17 00:00:00 2001 From: AZero13 Date: Tue, 16 Dec 2025 19:02:11 -0500 Subject: [PATCH] debug_decl: utmp_fill has the wrong name: utmp_file --- src/utmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utmp.c b/src/utmp.c index 13f8a19f4b..9940b59788 100644 --- a/src/utmp.c +++ b/src/utmp.c @@ -150,7 +150,7 @@ static void utmp_fill(const char *line, const char *user, sudo_utmp_t *ut_old, sudo_utmp_t *ut_new) { - debug_decl(utmp_file, SUDO_DEBUG_UTMP); + debug_decl(utmp_fill, SUDO_DEBUG_UTMP); if (ut_old == NULL) { memset(ut_new, 0, sizeof(*ut_new));