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-devel
Commits
10b1eec7
Commit
10b1eec7
authored
Oct 07, 2008
by
Robert Ricci
Browse files
Typo fix
parent
4a50bbca
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/checkports.in
View file @
10b1eec7
...
...
@@ -82,7 +82,7 @@ my $eid = $experiment->eid();
#
# Make sure they have access to it
#
if
(
!
!
experiment
->
AccessCheck
(
$this_user
,
TB_EXPT_READINFO
))
{
if
(
!
$
experiment
->
AccessCheck
(
$this_user
,
TB_EXPT_READINFO
))
{
die
"
You do not have permission to view experiment
$pid
/
$eid
\n
";
}
...
...
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