Browse Source

make it compile

pull/628/head
Jeff Becker 8 years ago
parent
commit
cf8ff2cf86
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 1
      Streaming.cpp

1
Streaming.cpp

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

Loading…
Cancel
Save