From: Danny Mayer Date: Sat, 12 Feb 2005 18:29:10 +0000 (-0500) Subject: Change from &C1 to &C0 for the modem setup X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3f000c532fd83da0d95799e9475b68ea718f8d5;p=thirdparty%2Fntp.git Change from &C1 to &C0 for the modem setup bk: 420e4af6JMfYUYrzqjfl31LB-x6Qhw --- diff --git a/ntpd/refclock_acts.c b/ntpd/refclock_acts.c index ebd1836bf8..b1f3213efe 100644 --- a/ntpd/refclock_acts.c +++ b/ntpd/refclock_acts.c @@ -131,7 +131,7 @@ #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 @@ -167,7 +167,7 @@ * 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 */ /*