Skip to content

Commit

Permalink
RLogin-2.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiya-culti committed Dec 3, 2017
1 parent f3416c5 commit 384fdd2
Show file tree
Hide file tree
Showing 17 changed files with 217 additions and 228 deletions.
2 changes: 2 additions & 0 deletions RLogin/BPlus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,8 @@ void CBPlus::Send_Failure(char *Reason)

if ( Reason[0] != 'A' )
UpDownMessage(Reason + 1);

Bufferd_Clear();
}

void CBPlus::Do_Transport_Parameters()
Expand Down
2 changes: 1 addition & 1 deletion RLogin/Data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5927,7 +5927,7 @@ static const ttymode_node def_ttymode[] = {
// CS7 CS8 PARENB PARODD
{ 90,1 }, { 91,1 }, { 92,0 }, { 93,0 },
// OSPEED ISPEED
{ 129,9600 }, { 128,9600 },
{ 129,38400 }, { 128,38400 },
{ 0, 0 }
};

Expand Down
Loading

0 comments on commit 384fdd2

Please sign in to comment.