Skip to content
Snippets Groups Projects
Commit 1556aa0b authored by rswindell's avatar rswindell
Browse files

Removed "forking pty" lprintf statement.

parent d41d0087
Branches
Tags
No related merge requests found
......@@ -984,7 +984,6 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
winsize.ws_row=rows;
// #warning Currently cols are forced to 80 apparently TODO
winsize.ws_col=80;
lprintf("Node %d forking new pty.",cfg.node_num);
if((pid=forkpty(&in_pipe[1],NULL,NULL,&winsize))==-1) {
pthread_mutex_unlock(&input_thread_mutex);
errormsg(WHERE,ERR_EXEC,cmdline,0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment