change that

This commit is contained in:
Kinzie 2024-04-08 06:07:05 +01:00
parent 13cf8e19e1
commit f9a0f10777
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ fn loginConv(
const message_count: u32 = @intCast(num_msg);
const messages = msg.?;
var allocator = std.heap.raw_c_allocator;
var allocator = std.heap.c_allocator;
const response = allocator.alloc(interop.pam.pam_response, message_count) catch return interop.pam.PAM_BUF_ERR;
var username: ?[:0]u8 = null;