]> granicus.if.org Git - curl/commitdiff
synctime.c: removed another timeserver URL.
authorGuenter Knauf <lists@gknw.net>
Sat, 13 Dec 2014 12:43:19 +0000 (13:43 +0100)
committerGuenter Knauf <lists@gknw.net>
Sat, 13 Dec 2014 12:43:19 +0000 (13:43 +0100)
worldtimeserver.com seems also no longer available.

docs/examples/synctime.c

index 2bbf951fc261e2582e241317380684fb4b59e3fb..c9565d4af547c7b1bd08dd1b6ab3c970f1449e7d 100644 (file)
@@ -102,12 +102,11 @@ typedef struct
   char timeserver[MAX_STRING1];
 } conf_t;
 
-const char DefaultTimeServer[4][MAX_STRING1] =
+const char DefaultTimeServer[3][MAX_STRING1] =
 {
   "http://pool.ntp.org/",
   "http://nist.time.gov/",
-  "http://www.google.com/",
-  "http://www.worldtimeserver.com/"
+  "http://www.google.com/"
 };
 
 const char *DayStr[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};