You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
From fd5cce8255e14fd619654d3d639485787afdc89c Mon Sep 17 00:00:00 2001
|
|
|
|
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
|
|
|
Date: Mon, 22 Jan 2018 11:18:53 +0100
|
|
|
|
Subject: [PATCH] journald-native: Fix typo in MANDLOCK message
|
|
|
|
|
|
|
|
Cherry-picked from: 1dc52f56f9641be12470be664d16043a7a08ff37
|
|
|
|
Resolves: #1501017
|
|
|
|
---
|
|
|
|
src/journal/journald-native.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/src/journal/journald-native.c b/src/journal/journald-native.c
|
|
|
|
index fdb1a38ddc..cf3349393f 100644
|
|
|
|
--- a/src/journal/journald-native.c
|
|
|
|
+++ b/src/journal/journald-native.c
|
|
|
|
@@ -406,7 +406,7 @@ void server_process_native_file(
|
|
|
|
* https://github.com/systemd/systemd/issues/1822
|
|
|
|
*/
|
|
|
|
if (vfs.f_flag & ST_MANDLOCK) {
|
|
|
|
- log_error("Received file descriptor from file system with mandatory locking enable, refusing.");
|
|
|
|
+ log_error("Received file descriptor from file system with mandatory locking enabled, refusing.");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|