Fixed PSTN answer phone reset, version up

This commit is contained in:
Alexey Khromov 2024-05-20 21:39:50 +03:00
parent deafdc34c7
commit fdbeb83ab6
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ source/bforce/expression.c
source/config.log
source/config.status
source/include/config.h
bforce.geany

View File

@ -1 +1 @@
0.24.1
0.24.2

View File

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