Merge pull request #6284 from fornex-com/master
Optimize root domain search through apipull/6466/head^2
commit
49513cb2ee
|
@ -95,7 +95,7 @@ _get_root() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
if ! _rest GET "dns/domain/"; then
|
||||
if ! _rest GET "dns/domain/?q=$h"; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue