Skip to content

Commit

Permalink
Fixes FubarDevelopment/FtpServer/FubarDevelopment#123
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdoganKurtur committed Jan 12, 2022
1 parent 44f10c7 commit 62722e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FubarDev.FtpServer/FtpConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ public FtpConnection(
parentFeatures.Set<IFtpConnectionKeepAlive>(_keepAlive);
#pragma warning restore 612
#pragma warning restore 618
parentFeatures.Set<IServiceProvidersFeature>(new ServiceProvidersFeature(ConnectionServices));

var features = new FeatureCollection(parentFeatures);
#pragma warning disable 618
Expand Down

0 comments on commit 62722e4

Please sign in to comment.