fixed trouble with deiniting of tcpip terminal :)

This commit is contained in:
Evgeniy Kozhuhovskiy 2005-02-21 14:16:44 +00:00
parent e5860f6cc1
commit 6e46a96d80

View File

@ -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();