redirect only once
This commit is contained in:
parent
23fb2edb22
commit
caf12d8c5b
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ Top:
|
||||||
*/
|
*/
|
||||||
rerrstr(err, sizeof err);
|
rerrstr(err, sizeof err);
|
||||||
if(!redirected && strstr(err, "not active")){
|
if(!redirected && strstr(err, "not active")){
|
||||||
|
redirected = 1;
|
||||||
vtfileunlock(r);
|
vtfileunlock(r);
|
||||||
r = r0;
|
r = r0;
|
||||||
goto Top;
|
goto Top;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue