Save new token / credentials to make them permanent
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / RemoteOperation.java
index 79e53a9..bf635a8 100644 (file)
@@ -253,6 +253,7 @@ public abstract class RemoteOperation implements Runnable {
                 }
                 mClient = null;
                 repeat = true;
+                result = null;
             }
         } while (repeat);