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 4f9af53a99)
(cherry picked from commit 78fb6ac49c)
mr13.5.1
Donat Zenichev 2 months ago
parent 59c69f0dc3
commit e0c3973f57

@ -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