Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c0bad738
Commit
c0bad738
authored
Dec 02, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
14dad342
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCredential.pm.in
View file @
c0bad738
...
...
@@ -1029,7 +1029,7 @@ sub HasActualPrivilege($$)
my
($
self
,
$
p
)
=
@
_
;
return
0
if
(
!
exists
($self->{'capabilities'}));
if
(
!
defined
($self->{'capabilities'}));
return
exists
($
self
->{
'capabilities'
}->{$
p
})
?
1
:
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment