Go to next offset
* We must search next dot after the previous * cf #207
This commit is contained in:
parent
b69ffcf53d
commit
317bf8739c
|
@ -468,7 +468,7 @@ class m_ssl {
|
|||
$found = true;
|
||||
break;
|
||||
}
|
||||
$offset = strpos($fqdn, ".", $offset);
|
||||
$offset = strpos($fqdn, ".", $offset+1);
|
||||
} while (true);
|
||||
if (!$found) {
|
||||
echo "FATAL: didn't found fqdn $fqdn in sub_domaines table !\n";
|
||||
|
|
Loading…
Reference in New Issue