fixed trouble with deiniting of tcpip terminal :)

master
Evgeniy Kozhuhovskiy 20 years ago
parent e5860f6cc1
commit 6e46a96d80

@ -115,7 +115,7 @@ int answ_system(e_session type, char *connstr, int inetd)
rc = session(); rc = session();
if( !inetd ) if( (inetd != 0) && (state.inet = FALSE) )
{ {
port_deinit(0, &oldtio); port_deinit(0, &oldtio);
port_close(); port_close();

Loading…
Cancel
Save