see changelog

This commit is contained in:
Evgeniy Kozhuhovskiy
2006-02-05 22:05:40 +00:00
parent b38c473a90
commit 89e80994af
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -93,7 +93,8 @@ 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 ) || (strcmp(state.node.phone,NO_PSTN_PHONE)) )
/* if( ( syst->tcpip ) || (strcmp(state.node.phone,NO_PSTN_PHONE)== 0) ) */
if( syst->tcpip )
{
rc = call_system_tcpip();
}
+1 -1
View File
@@ -292,7 +292,7 @@ int logerr(const char *s, ...)
const char *log_getfilename(int whatfor)
{
const char *p = NULL;
const char *p = "/dev/null";
return p;
}