]> WPIA git - gigi.git/blobdiff - util-testing/org/cacert/gigi/email/TestEmailProvider.java
fix: problem in testEmailProvieder with fast-email-checks.
[gigi.git] / util-testing / org / cacert / gigi / email / TestEmailProvider.java
index 740120271a0f3e57edc00265bb2298c3eac66ae4..8d47142dffb45202802b61093240778c25095b62 100644 (file)
@@ -94,7 +94,7 @@ public class TestEmailProvider extends EmailProvider {
     public synchronized String checkEmailServer(int forUid, String address) throws IOException {
         while (true) {
             if ( !assureLocalConnection() && target != null) {
-                return checkEmailServer(forUid, address);
+                return target.checkEmailServer(forUid, address);
             }
             try {
                 out.writeUTF("challengeAddrBox");