bug in tty.c file
Brought to you by:
smooc
Line 441 in file tty.c (connector = ...) is on the
wrong place. It should go just before the function
call to the line 307.
Here is the patch (or take correct tty.c attach file):
[bosnjak@bosnjak callback]$ diff -r
ppp-2.4.0-CBCPs-1 ppp-2.4.0-CBCPs-1_new/
diff -r ppp-2.4.0-CBCPs-1/pppd/tty.c
ppp-2.4.0-CBCPs-1_new/pppd/tty.c
307a308
> connector = doing_callback?
callback_script: connect_script;
441d441
< connector = doing_callback?
callback_script: connect_script;
461c461
< return -1;
---
> return;
Only in ppp-2.4.0-CBCPs-1_new/pppd: tty_old.c
regards,
Zoran Bosnjak
correct tty.c file