From db10f666961d1aaca2ac0fafa7163ddcf3d48b51 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 12 Nov 2023 18:26:09 +0100 Subject: server_verify_make_auth: mig now uses const --- libshouldbeinlibc/ugids-verify-auth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/ugids-verify-auth.c b/libshouldbeinlibc/ugids-verify-auth.c index ad28d49e..0e85b1b6 100644 --- a/libshouldbeinlibc/ugids-verify-auth.c +++ b/libshouldbeinlibc/ugids-verify-auth.c @@ -65,7 +65,6 @@ server_verify_make_auth (const char *password, { auth_t auth; struct svma_state *svma_state = hook; - /* Mig routines don't use 'const' for passwd. */ error_t (*check) (io_t server, uid_t id, const char *passwd, auth_t *auth) = is_group ? password_check_group : password_check_user; error_t err = (*check) (svma_state->server, id, password, &auth); -- cgit v1.2.3