missing parameter to acu_dialer
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 3 Oct 1981 15:00:28 +0000 (07:00 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sat, 3 Oct 1981 15:00:28 +0000 (07:00 -0800)
SCCS-vsn: usr.bin/tip/acu.c 4.2

usr/src/usr.bin/tip/acu.c

index 4be22b1..6094c8a 100644 (file)
@@ -1,4 +1,4 @@
-/*     acu.c   4.1     81/05/09        */
+/*     acu.c   4.2     81/10/02        */
 #include "tip.h"
 #include <setjmp.h>
 
 #include "tip.h"
 #include <setjmp.h>
 
@@ -99,7 +99,7 @@ connect()
                                ;
                        *cp = '\0';
                        
                                ;
                        *cp = '\0';
                        
-                       if (conflag = (*acu->acu_dialer)(phnum)) {
+                       if (conflag = (*acu->acu_dialer)(phnum, CU)) {
                                fclose(fd);
                                logent(value(HOST), phnum, acu->acu_name,
                                        "call completed");
                                fclose(fd);
                                logent(value(HOST), phnum, acu->acu_name,
                                        "call completed");