Skip to content
Snippets Groups Projects
Commit 6a67610f authored by rswindell's avatar rswindell
Browse files

Don't log header/body separator line.

parent 970a02e2
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,10 @@ function Message_DoCommand(command)
sock.is_writeable=false;
while(1) {
tmp=sock.recvline();
if(this.debug)
log(LOG_DEBUG,"RX SPAMD header: " + tmp);
if(tmp==undefined || tmp=='')
break;
if(this.debug)
log(LOG_DEBUG,"RX SPAMD header: " + tmp);
rcvd.push(tmp);
}
if(sock.is_connected) {
......
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