We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a7c35 commit 26b2f55Copy full SHA for 26b2f55
src/utmp.c
@@ -150,7 +150,7 @@ static void
150
utmp_fill(const char *line, const char *user, sudo_utmp_t *ut_old,
151
sudo_utmp_t *ut_new)
152
{
153
- debug_decl(utmp_file, SUDO_DEBUG_UTMP);
+ debug_decl(utmp_fill, SUDO_DEBUG_UTMP);
154
155
if (ut_old == NULL) {
156
memset(ut_new, 0, sizeof(*ut_new));
0 commit comments