]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Change from &C1 to &C0 for the modem setup
authorDanny Mayer <mayer@ntp.org>
Sat, 12 Feb 2005 18:29:10 +0000 (13:29 -0500)
committerDanny Mayer <mayer@ntp.org>
Sat, 12 Feb 2005 18:29:10 +0000 (13:29 -0500)
bk: 420e4af6JMfYUYrzqjfl31LB-x6Qhw

ntpd/refclock_acts.c

index ebd1836bf8276bfa1aff1543f6f7a2b8ec73e76f..b1f3213efe775c7e5ef57e6be6e24a6f9d3b0458 100644 (file)
 #define DESCRIPTION    "Automated Computer Time Service" /* WRU */
 #define REFID          "NONE"  /* default reference ID */
 #define MSGCNT         20      /* max message count */
-#define SMAX           256     /* max clockstats line length */
+#define SMAX           80      /* max clockstats line length */
 
 /*
  * Calling program modes
  * Q0  return result codes
  * V1  return result codes as English words
  */
-#define MODEM_SETUP    "ATB1&C1&D2E0L1M1Q0V1\r" /* modem setup */
+#define MODEM_SETUP    "ATB1&C0&D2E0L1M1Q0V1\r" /* modem setup */
 #define MODEM_HANGUP   "ATH\r" /* modem disconnect */
 
 /*