systemd/0600-userdb-fix-typo.patch
Jan Macku 363d20f6ec systemd-257-23
Resolves: RHEL-106795, RHEL-143036, RHEL-143034, RHEL-53112, RHEL-95219
2026-02-17 15:53:20 +01:00

28 lines
990 B
Diff

From d4761084258e69b0f02d5802635ff943607b7625 Mon Sep 17 00:00:00 2001
From: Yu Watanabe <watanabe.yu+github@gmail.com>
Date: Sat, 1 Feb 2025 14:09:03 +0900
Subject: [PATCH] userdb: fix typo
Follow-up for 7419291670dd4066594350cce585031f60bc4f0a.
(cherry picked from commit 546e6cb2e3e949e7162e4cf45cce8a6b26db175d)
Related: RHEL-143036
---
src/shared/userdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shared/userdb.c b/src/shared/userdb.c
index 638fc5e9af..d4eecbd001 100644
--- a/src/shared/userdb.c
+++ b/src/shared/userdb.c
@@ -196,7 +196,7 @@ static int userdb_maybe_restart_query(
NULL
};
- /* Figure out if the reported error indicates any of the suppressable fields are at fault, and that
+ /* Figure out if the reported error indicates any of the suppressible fields are at fault, and that
* our query actually included them */
bool restart = false;
STRV_FOREACH(f, fields) {