diff --git a/lib/base.php b/lib/base.php
index b030b38b5eea52c37b717e7e875f9610fb4cd9dc..bf2c2199ff5b4b5f610c15d0e44b2d026f61d881 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -555,9 +555,8 @@ class OC{
 			// if you reach this point you have changed your password 
 			// or you are an attacker
 			// we can not delete tokens here because users may reach 
-			// this point multible times after a password change
+			// this point multiple times after a password change
 			OC_Log::write('core', 'Authentication cookie rejected for user '.$_COOKIE['oc_username'], OC_Log::WARN);
-			OC_User::unsetMagicInCookie();
 		}
 		OC_User::unsetMagicInCookie();
 		return true;