mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
only use internalConnect() recursive call (not connect())
This commit is contained in:
parent
36395e4857
commit
a50cc50ad8
1 changed files with 2 additions and 2 deletions
|
@ -905,7 +905,7 @@ public class DStoreConnectorService extends AbstractConnectorService implements
|
|||
// Try to connect again. This is a recursive call, but will only
|
||||
// call if the user presses OK on the password prompt dialog, otherwise
|
||||
// it will continue and return
|
||||
connect(monitor);
|
||||
internalConnect(monitor);
|
||||
|
||||
// Since we got here we must be connected so skip error checking below
|
||||
return;
|
||||
|
@ -1017,7 +1017,7 @@ public class DStoreConnectorService extends AbstractConnectorService implements
|
|||
// Try to connect again. This is a recursive call, but will only
|
||||
// call if the user presses OK on the password prompt dialog, otherwise
|
||||
// it will continue and return
|
||||
connect(monitor);
|
||||
internalConnect(monitor);
|
||||
|
||||
// we are connected from recursive so continue
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue