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 = \ BIN_DIRS = \
cgi \ cgi \
email \ email \
mail_back_end mail_back_end \
# telnet telnet
DIRS = \ DIRS = \

View File

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