fix backend sanity failure (take 2)
This commit is contained in:
parent
57d7223aee
commit
bc2369382c
|
@ -748,7 +748,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($subop == "sanityCheck") {
|
if ($subop == "sanityCheck") {
|
||||||
sanity_check($link);
|
if (sanity_check($link)) {
|
||||||
|
print "<error error-code=\"0\"/>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($subop == "globalPurge") {
|
if ($subop == "globalPurge") {
|
||||||
|
|
Loading…
Reference in New Issue