chiark / gitweb /
utmp-wtmp: allow overriding username on wall
[elogind.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index 7a90e6507fb1b59b9f18e2232af39c601b81abb8..fa4d660215e72ec6eec70912e3c307fd910a05b1 100644 (file)
@@ -538,7 +538,7 @@ static int show_passwords(void) {
                 free(p);
 
                 if (wall) {
-                        utmp_wall(wall, wall_tty_match);
+                        utmp_wall(wall, NULL, wall_tty_match);
                         free(wall);
                 }
         }