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
c5f926d4
Commit
c5f926d4
authored
Mar 31, 2014
by
Leigh B Stoller
Browse files
Return GENIRESPONSE_REFUSED instead of ERROR if the slice expiration
is not acceptable.
parent
557aa486
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
c5f926d4
...
...
@@ -6692,7 +6692,7 @@ sub SetSliceExpiration($$$$@)
return
0
;
bad
:
return
GeniResponse
->
Create
(
GENIRESPONSE_
ERROR
,
undef
,
$
message
);
return
GeniResponse
->
Create
(
GENIRESPONSE_
REFUSED
,
undef
,
$
message
);
}
#
_Always_
make
sure
that
this
1
is
at
the
end
of
the
file
...
...
...
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