summarylogtreecommitdiffstats
path: root/ncidd_pause.patch
blob: 23844a99e4b90b26685803efa832d4b169c3c442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** ncid/server/ncidd.c.orig
--- ncid/server/ncidd.c
***************
*** 2684,2690 ****
         }
  
         initModem("AT", READTRY);
!        sprintf(msgbuf, "ATDT%s;%s", modem_cid.cidnmbr, CRLF);
         if (!(mret = initModem(msgbuf, READTRY)))
         {
           /* start timer to hang up after dialdelay seconds */
--- 2684,2690 ----
         }
  
         initModem("AT", READTRY);
!        sprintf(msgbuf, "ATDT,%s;%s", modem_cid.cidnmbr, CRLF);
         if (!(mret = initModem(msgbuf, READTRY)))
         {
           /* start timer to hang up after dialdelay seconds */