Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
53573830
Commit
53573830
authored
Feb 09, 2011
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG FIX: fixup frisbee master server additions.
parent
e0e5bd59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tbsetup/libosload_new.pm.in
tbsetup/libosload_new.pm.in
+3
-3
No files found.
tbsetup/libosload_new.pm.in
View file @
53573830
...
...
@@ -979,8 +979,8 @@ sub GetImageInfo($$$)
#
if ($imagesize == 0) {
tberror "$imagepath is empty!";
$
imageinfo{$imageid}
= 'BADIMAGE';
return
0
;
$
$rowrefptr
= 'BADIMAGE';
return
-1
;
}
}
...
...
@@ -992,7 +992,7 @@ sub GetImageInfo($$$)
# if allowed to pass: the image load will succeed, but the disk will be
# unchanged, making it appear that os_load loaded the default image.
#
if ($
s
size == 0) {
if ($
image
size == 0) {
tberror "$imagepath is empty!";
$$rowrefptr = 'BADIMAGE';
return -1;
...
...
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