Skip to content

Commit 26b2f55

Browse files
AZero13millert
authored andcommitted
debug_decl: utmp_fill has the wrong name: utmp_file
1 parent c0a7c35 commit 26b2f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static void
150150
utmp_fill(const char *line, const char *user, sudo_utmp_t *ut_old,
151151
sudo_utmp_t *ut_new)
152152
{
153-
debug_decl(utmp_file, SUDO_DEBUG_UTMP);
153+
debug_decl(utmp_fill, SUDO_DEBUG_UTMP);
154154

155155
if (ut_old == NULL) {
156156
memset(ut_new, 0, sizeof(*ut_new));

0 commit comments

Comments
 (0)