Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72804 | Differences between
and this patch

Collapse All | Expand All

(-)kio_smb_auth.cpp (-2 lines)
Lines 127-137 bool SMBSlave::checkPassword(SMBUrl &url Link Here
127
                  .arg( url.host() )
127
                  .arg( url.host() )
128
                  .arg( share );
128
                  .arg( share );
129
    info.username = url.user();
129
    info.username = url.user();
130
    info.password = url.pass();
131
130
132
    if ( openPassDlg(info) ) {
131
    if ( openPassDlg(info) ) {
133
        url.setUser(info.username);
132
        url.setUser(info.username);
134
        url.setPass(info.password);
135
        return true;
133
        return true;
136
    }
134
    }
137
    return false;
135
    return false;

Return to bug 72804