mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[MPR]
Return the correct local name in case of automatic redirection. Alreaedy sent upstream. CORE-11757 svn path=/trunk/; revision=72097
This commit is contained in:
@@ -1918,7 +1918,7 @@ static DWORD wnet_use_connection( struct use_connection_context *ctxt )
|
||||
else if ((caps & WNNC_CON_ADDCONNECTION) && provider->addConnection)
|
||||
ret = provider->addConnection(&netres, ctxt->password, ctxt->userid);
|
||||
|
||||
if (redirect)
|
||||
if (ret != NO_ERROR && redirect)
|
||||
letter[0] -= 1;
|
||||
} while (redirect && ret == WN_ALREADY_CONNECTED && letter[0] >= 'c');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user