From 6f411fff17ba840a5967ffec3bdec12e2e8b89b8 Mon Sep 17 00:00:00 2001 From: secwall Date: Fri, 17 Jan 2025 18:52:03 +0100 Subject: [PATCH] Fix offline mode patch comment typo --- valkey_patches/0003_Add_offline_mode.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valkey_patches/0003_Add_offline_mode.patch b/valkey_patches/0003_Add_offline_mode.patch index c2573f2..10297a3 100644 --- a/valkey_patches/0003_Add_offline_mode.patch +++ b/valkey_patches/0003_Add_offline_mode.patch @@ -101,7 +101,7 @@ index d6dcd98fe..14e9e1fa9 100644 int get_ack_from_replicas; /* If true we send REPLCONF GETACK. */ int repl_paused; /* If true we don't try to connect to master */ + /* Offline mode */ -+ int offline; /* If true only localhost connectiona are accepted */ ++ int offline; /* If true only localhost connections are accepted */ + int offline_initial; /* Initial state of offline mode (from config) */ /* Limits */ unsigned int maxclients; /* Max number of simultaneous clients */