Skip to content
Snippets Groups Projects
Commit b85f7243 authored by deuce's avatar deuce
Browse files

Update to ignore the new speed parameter.

parent d1bcb279
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ int spyon(char *sockname) {
telnet_strip++;
if(buf==255 && telnet_strip==2) {
telnet_strip=0;
cterm_write(&buf,1,NULL,0);
cterm_write(&buf,1,NULL,0,NULL);
}
if(telnet_strip==3)
telnet_strip=0;
......@@ -120,7 +120,7 @@ int spyon(char *sockname) {
if(buf==255)
telnet_strip=1;
else
cterm_write(&buf,1,NULL,0);
cterm_write(&buf,1,NULL,0,NULL);
}
else if(i<0) {
close(spy_sock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment