mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
make it compile
This commit is contained in:
parent
ee9dc789af
commit
cf8ff2cf86
1 changed files with 0 additions and 1 deletions
|
@ -864,7 +864,6 @@ namespace stream
|
||||||
// drop
|
// drop
|
||||||
LogPrint(eLogWarning, "Streaming: Dropping connection, too many inbound streams from ", ih.ToBase32());
|
LogPrint(eLogWarning, "Streaming: Dropping connection, too many inbound streams from ", ih.ToBase32());
|
||||||
incomingStream->Terminate();
|
incomingStream->Terminate();
|
||||||
delete incomingStream;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue