fix for last fix

This commit is contained in:
Andrew Pamment 2016-08-05 16:17:05 +10:00
parent bd342ec7b4
commit 593d050afc

View File

@ -820,7 +820,6 @@ void read_message(int socket, struct user_record *user, struct msg_headers *msgh
s_putstring(socket, "\r\n");
} else {
s_putchar(socket, body[z]);
s_putstring(socket, "\r\n");
}
lines++;
if (lines >= 17) {