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
890bb3a9
Commit
890bb3a9
authored
Dec 18, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
7d82bdb6
Changes
1
Show whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
890bb3a9
...
...
@@ -3287,7 +3287,7 @@ sub CreateDataset($)
#
Grab
the
lease
to
see
if
its
been
approved
,
we
want
to
tell
#
the
user
something
.
#
my
$
lease
=
Lease
->
Lookup
($
group
->
pid
(),
$
group
->
gid
(),
$
dataset
);
$
lease
=
Lease
->
Lookup
($
group
->
pid
(),
$
group
->
gid
(),
$
dataset
);
if
(
!defined($lease)) {
print
STDERR
"Could not lookup lease after createdataset
\n
"
;
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
);
...
...
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