Skip to content
GitLab
Menu
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-stable
Commits
b483113b
Commit
b483113b
authored
Aug 06, 2007
by
Leigh B. Stoller
Browse files
Minor fix to return value.
parent
7468b061
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Experiment.pm.in
View file @
b483113b
...
...
@@ -963,7 +963,7 @@ sub AccessCheck($$$)
my ($self, $user, $access_type) = @_;
# Must be a real reference.
return
-1
return
0
if (! ref($self));
if ($access_type < TB_EXPT_MIN ||
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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