make it compile

This commit is contained in:
Jeff Becker 2016-07-28 15:35:13 -04:00
parent ee9dc789af
commit cf8ff2cf86
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -864,7 +864,6 @@ namespace stream
// drop
LogPrint(eLogWarning, "Streaming: Dropping connection, too many inbound streams from ", ih.ToBase32());
incomingStream->Terminate();
delete incomingStream;
return;
}
}