--- masquerade.module	2011-01-21 15:17:03.380527217 +0100
+++ masquerade.module.linksunten	2011-01-21 15:18:36.627525713 +0100
@@ -32,7 +32,7 @@ function masquerade_perm() {
  * Implementation of hook_init().
  */
 function masquerade_init() {
-  if (user_is_logged_in ()) {
+//  if (user_is_logged_in ()) {
     // load from table uid + session id
     $uid = db_result(db_query("SELECT uid_from FROM {masquerade} WHERE sid = '%s' AND uid_as = %d", session_id(), $GLOBALS['user']->uid));
     // using if so that we get unset rather than false if not masqing
@@ -43,7 +43,7 @@ function masquerade_init() {
     elseif (isset($_SESSION['masquerading'])) {
       $_SESSION['masquerading'] = NULL;
     }
-  }
+//  }
 }
 
 /**
