see changelog

This commit is contained in:
Evgeniy Kozhuhovskiy
2006-01-05 05:12:33 +00:00
parent 1c902c4666
commit b89f8dcb09
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ static int daemon_call_branch(s_sysentry *syst, const char *lockdir, s_modemport
setproctitle("bforce calling %s, %s",
ftn_addrstr(abuf, state.node.addr), state.node.phone);
if( syst->tcpip )
if( ( syst->tcpip ) || (strcmp(state.node.phone,NO_PSTN_PHONE)) )
{
rc = call_system_tcpip();
}