| Index: remoting/tools/me2me_virtual_host.py
|
| diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
|
| index 6b4095fd8d940485919b3dde9877fbd20acd07a5..cc4632519b9e34b42a3f43d8b79dcadba839d2d4 100755
|
| --- a/remoting/tools/me2me_virtual_host.py
|
| +++ b/remoting/tools/me2me_virtual_host.py
|
| @@ -874,6 +874,10 @@ def main():
|
| except:
|
| pass
|
| return 0
|
| + elif os.WEXITSTATUS(status) == 5:
|
| + logging.info("Host domain is blocked by policy - exiting.")
|
| + os.remove(host.config_file)
|
| + return 0
|
|
|
| if __name__ == "__main__":
|
| logging.basicConfig(level=logging.DEBUG)
|
|
|