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: I098b1d6c6f5c9c2bbbd9f7f13c93802da8e3a90b
(cherry picked from commit 4f9af53a99)
(cherry picked from commit a9b001a618)
mr12.5.1
Donat Zenichev 2 months ago
parent 5c5e671f27
commit ca57448fa3

@ -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");

Loading…
Cancel
Save