diff options
Diffstat (limited to 'nsprpub/pr/tests/gethost.c')
-rw-r--r-- | nsprpub/pr/tests/gethost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/tests/gethost.c b/nsprpub/pr/tests/gethost.c index 8a15cb61c..71704a845 100644 --- a/nsprpub/pr/tests/gethost.c +++ b/nsprpub/pr/tests/gethost.c @@ -18,7 +18,7 @@ #include <stdio.h> #include <stdlib.h> -#define DEFAULT_HOST_NAME "mcom.com" +#define DEFAULT_HOST_NAME "mozilla.org" static void Help(void) { |