View | Details | Raw Unified | Return to bug 10159
Collapse All | Expand All

(-)havp-0.82.orig/havp/connectiontobrowser.cpp (-1 / +1 lines)
Lines 498-504 Link Here
498
    {
498
    {
499
        if ( RequestProtocol == "ftp" )
499
        if ( RequestProtocol == "ftp" )
500
        {
500
        {
501
            string UserPass = RequestDomain.substr( Begin, LastPosition + 1 );
501
            string UserPass = RequestDomain.substr( 0, LastPosition );
502
502
503
            string::size_type Position;
503
            string::size_type Position;
504
504

Return to bug 10159