| Index: remoting/tools/me2me_virtual_host.py
|
| diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
|
| index b9d072679bd42a6710f505b1ee0fb9e53e25bd67..f49a396e59c52c0085fec89727f008c62cea8741 100755
|
| --- a/remoting/tools/me2me_virtual_host.py
|
| +++ b/remoting/tools/me2me_virtual_host.py
|
| @@ -916,6 +916,7 @@ def main():
|
| logging.info("Host domain is blocked by policy - exiting.")
|
| os.remove(host.config_file)
|
| return 0
|
| + # Nothing to do for Mac-only status 6 (login screen unsupported)
|
|
|
| if __name__ == "__main__":
|
| logging.basicConfig(level=logging.DEBUG)
|
|
|