Skip to content

Commit

Permalink
Cleanup...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-David Gadina committed Feb 19, 2012
1 parent ad8d2e6 commit 705de61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EOSFTPServer/FTPServer/Classes/EOSFTPServer.m
Expand Up @@ -982,8 +982,6 @@ - ( NSString * )serverPathForConnection: ( EOSFTPServerConnection * )connection
return nil;
}

absolutePath = ( [ absolutePath hasSuffix: @"/" ] == NO ) ? [ absolutePath stringByAppendingString: @"/" ] : absolutePath;

if( _chroot == YES )
{
return [ absolutePath substringFromIndex: root.length ];
Expand Down

0 comments on commit 705de61

Please sign in to comment.