Comment out code.

This commit is contained in:
Andrew Pamment 2016-08-07 12:42:51 +10:00
parent c28813fd79
commit 7b3063ca56

4
bbs.c
View File

@ -233,11 +233,11 @@ char s_getchar() {
}
if (c == '\r') {
/* if (c == '\r') {
if (len == 0) {
disconnect("Socket Closed");
}
}
}*/
} while (c == '\n');
usertimeout = 10;
return (char)c;