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
20ae1d26
Commit
20ae1d26
authored
Jan 30, 2013
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Possible fix for SelfLoader bug I introduced in previous commit.
parent
1c1532ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db/Experiment.pm.in
db/Experiment.pm.in
+2
-2
No files found.
db/Experiment.pm.in
View file @
20ae1d26
#
!/usr/bin/perl -wT
#
!/usr/bin/perl -wT
#
#
#
Copyright
(
c
)
2005
-
201
2
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2005
-
201
3
University
of
Utah
and
the
Flux
Group
.
#
#
#
{{{
EMULAB
-
LICENSE
#
{{{
EMULAB
-
LICENSE
#
#
...
@@ -90,7 +90,7 @@ AUTOLOAD {
...
@@ -90,7 +90,7 @@ AUTOLOAD {
#
canceled
is
a
special
case
.
#
canceled
is
a
special
case
.
if
($
name
eq
"canceled"
)
{
if
($
name
eq
"canceled"
)
{
return
$
self
->
Canceled
();
return
Canceled
(
$
self
);
}
}
#
A
DB
row
proxy
method
call
.
#
A
DB
row
proxy
method
call
.
elsif
(
exists
($
self
->{
'EXPT'
}->{$
name
}))
{
elsif
(
exists
($
self
->{
'EXPT'
}->{$
name
}))
{
...
...
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