This is a fixed version of the old UUCICO Utility from AmigaUUCP
1.16. The released version has a bug in the '-o' switch in that
UUCICO attempts to set the baud rate. The bug is
in the routine set_baud() in sysdep.c. The line that checks if
(Getty==0) should read:
if ((Getty==0) && (Overide==0)) {
As well as adding an extern for Override in this source file.
This bug report has been made repeatedly for the past few years, and
I hope that the KOTS for UUCICO will eventually implement this fix.
If anyone has any pull, please send him this note!
|