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

Removed "forking pty" lprintf statement.

parent d41d0087
No related branches found
No related tags found
No related merge requests found
...@@ -984,7 +984,6 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir) ...@@ -984,7 +984,6 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
winsize.ws_row=rows; winsize.ws_row=rows;
// #warning Currently cols are forced to 80 apparently TODO // #warning Currently cols are forced to 80 apparently TODO
winsize.ws_col=80; winsize.ws_col=80;
lprintf("Node %d forking new pty.",cfg.node_num);
if((pid=forkpty(&in_pipe[1],NULL,NULL,&winsize))==-1) { if((pid=forkpty(&in_pipe[1],NULL,NULL,&winsize))==-1) {
pthread_mutex_unlock(&input_thread_mutex); pthread_mutex_unlock(&input_thread_mutex);
errormsg(WHERE,ERR_EXEC,cmdline,0); 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