Skip to content
GitLab
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
5e618d1a
Commit
5e618d1a
authored
Nov 11, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
a62de08a
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Lease.pm.in
View file @
5e618d1a
...
...
@@ -344,7 +344,7 @@ sub Create($$;$) {
if
(
!defined($gid)) {
$
gid
=
$
pid
;
}
$
group
=
Group
->
Lookup
(
"$pid/$
p
id"
);
$
group
=
Group
->
Lookup
(
"$pid/$
g
id"
);
if
(
!defined($group)) {
print
STDERR
"Lease->Create: Bad/Unknown project: $pid/$gid
\n
"
;
return
undef
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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