readd telent client

This commit is contained in:
Mario Fetka 2024-05-28 17:41:09 +02:00
parent c6f12b7c7c
commit 1a700daf11
2 changed files with 6 additions and 8 deletions

View File

@ -5,8 +5,8 @@
BIN_DIRS = \
cgi \
email \
mail_back_end
# telnet
mail_back_end \
telnet
DIRS = \

View File

@ -78,12 +78,10 @@ int pager_fp(fp)
rewind_fp(fp);
if ( ! fempty(fp))
{
switch (fork_me(0, &ret))
{
case (enum fork_me_e)INTERNAL_ERROR:
ret = 0;
break;
switch (fork_me(0, &ret)) {
case INTERNAL_ERROR:
ret = 0;
break;
case CHILD:
{
const char *ppath;