readd telent client
This commit is contained in:
parent
c6f12b7c7c
commit
1a700daf11
@ -5,8 +5,8 @@
|
||||
BIN_DIRS = \
|
||||
cgi \
|
||||
email \
|
||||
mail_back_end
|
||||
# telnet
|
||||
mail_back_end \
|
||||
telnet
|
||||
|
||||
|
||||
DIRS = \
|
||||
|
@ -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:
|
||||
switch (fork_me(0, &ret)) {
|
||||
case INTERNAL_ERROR:
|
||||
ret = 0;
|
||||
break;
|
||||
|
||||
case CHILD:
|
||||
{
|
||||
const char *ppath;
|
||||
|
Loading…
Reference in New Issue
Block a user