From ffb3c2a54ac7bc4fb4fd8c86f70f525a8cbb502f Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Tue, 24 Mar 2026 10:43:05 +0100 Subject: [PATCH] MT#63868 permissions: consider skipped reload as 200 Answer 200 for the trusted tables reload, even when it's skipped (due to the disabled cache). Change-Id: I6477bde4036df4a3a7f8ecef3ee230da2197c789 (cherry picked from commit 4f9af53a993ecaeaa71b996998a93dfc20a19cd7) --- .../sipwise/permissions_consider_db_mode_when_rpc_reload.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/sipwise/permissions_consider_db_mode_when_rpc_reload.patch b/debian/patches/sipwise/permissions_consider_db_mode_when_rpc_reload.patch index ee3fb948d..3a7aad6e1 100644 --- a/debian/patches/sipwise/permissions_consider_db_mode_when_rpc_reload.patch +++ b/debian/patches/sipwise/permissions_consider_db_mode_when_rpc_reload.patch @@ -17,7 +17,7 @@ + } else { + LM_DBG("Skip trusted sources reload in hash buckets, caching is " + "disabled.\n"); -+ rpc->fault(c, 500, "Reload skipped (disabled cache)"); ++ rpc->fault(c, 200, "Reload skipped (disabled cache)"); } - rpc->rpl_printf(c, "Reload OK");