Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
pepper
Commits
b0c333de
Unverified
Commit
b0c333de
authored
Apr 03, 2017
by
Gavin Brown
Browse files
pass "none" as $hosts argument to domain_info to speed up renew
parent
bf9c93cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pepper
View file @
b0c333de
...
...
@@ -680,7 +680,7 @@ sub handle_renew {
$
period
=
1
if
(
!$period);
if
(
!$date) {
my
$
info
=
$
epp
->
domain_info
($
domain
);
my
$
info
=
$
epp
->
domain_info
($
domain
,
undef
,
undef
,
'none'
);
return
undef
if
(
!$info);
($
date
,
undef
)
=
split
(/
T
/,
$
info
->{
'exDate'
},
2
);
...
...
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