diff Lib/IMPL/Security/Context.pm @ 173:aaab45153411

minor bugfixes
author sourcer
date Wed, 14 Sep 2011 18:59:01 +0400
parents 4267a2ac3d46
children d1676be8afcc
line wrap: on
line diff
--- a/Lib/IMPL/Security/Context.pm	Mon Jun 20 23:42:44 2011 +0400
+++ b/Lib/IMPL/Security/Context.pm	Wed Sep 14 18:59:01 2011 +0400
@@ -67,7 +67,7 @@
 
 sub nobody {
     my ($self) = @_;
-    $nobody = $self->new(principal => IMPL::Security::Principal->nobody, rolesAssigned => undef) unless $nobody;
+    $nobody = $self->new(principal => IMPL::Security::Principal->nobody) unless $nobody;
     $nobody;
 }