Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
91538049
Commit
91538049
authored
Sep 09, 2011
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug Fix: missing semi-colon.
parent
9a8a2290
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
clientside/event/linktest/linktest_control.in
clientside/event/linktest/linktest_control.in
+1
-1
No files found.
clientside/event/linktest/linktest_control.in
View file @
91538049
...
...
@@ -171,7 +171,7 @@ if (! $experiment->AccessCheck($this_user, TB_EXPT_DESTROY)) {
my
$unix_gidname
=
$experiment
->
GetGroup
()
->
unix_name
();
my
$errlog
=
$experiment
->
UserDir
()
.
"
/logs/linktest.log
";
my
$project
=
$experiment
->
GetProject
();
my
$unix_pidname
=
$project
->
unix_name
()
my
$unix_pidname
=
$project
->
unix_name
()
;
#
# Lets see if there is a linktest running already.
...
...
Write
Preview
Markdown
is supported
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