mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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);
|
||||
if(!redirected && strstr(err, "not active")){
|
||||
redirected = 1;
|
||||
vtfileunlock(r);
|
||||
r = r0;
|
||||
goto Top;
|
||||
|
|
Loading…
Reference in a new issue