Fixed double To: line insertion to the UUCP gated messages with attachment

This commit is contained in:
Alexander S. Aganichev 2001-11-03 08:20:47 +00:00
parent 80a717f1c4
commit 4be936900b

View File

@ -556,6 +556,7 @@ void DoKludges(int mode, GMsg* msg, bool attronly) {
if(*msg->ito) {
sprintf(buf, "To: %s\r", msg->ito);
line = AddKludge(line, buf);
line->kludge = GKLUD_RFC;
}
}
}