1
0
Fork 0
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:
David McKnight 2006-04-25 17:15:56 +00:00
parent 36395e4857
commit a50cc50ad8

View file

@ -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;