mirror of
https://github.com/fairyglade/ly.git
synced 2026-03-22 06:53:37 +00:00
Show UI errors in info line again
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -105,7 +105,7 @@ pub fn authenticate(allocator: std.mem.Allocator, log_file: *LogFile, options: A
|
||||
try log_file.info("auth/passwd", "setting user shell", .{});
|
||||
if (user_entry.shell == null) interop.setUserShell(&user_entry);
|
||||
|
||||
var shared_err = try SharedError.init();
|
||||
var shared_err = try SharedError.init(null, null);
|
||||
defer shared_err.deinit();
|
||||
|
||||
log_file.deinit();
|
||||
|
||||
Reference in New Issue
Block a user