Index: breakpad.py |
diff --git a/breakpad.py b/breakpad.py |
index 356774d89bc9ee574edfb2fe4908adbc888093b7..6818c9e0e882986323d39bd4464d68da45dca7c3 100644 |
--- a/breakpad.py |
+++ b/breakpad.py |
@@ -43,6 +43,6 @@ def CheckForException(): |
if (not 'test' in sys.modules['__main__'].__file__ and |
- socket.gethostname().endswith('.google.com')): |
+ socket.getfqdn().endswith('.google.com')): |
# Skip unit tests and we don't want anything from non-googler. |
atexit.register(CheckForException) |