mirror of
https://github.com/1f349/orchid.git
synced 2024-12-22 08:04:10 +00:00
Use continue after moving certificate to main map
This commit is contained in:
parent
82704e5a13
commit
c08e73ecfc
@ -95,7 +95,7 @@ func NewApiServer(listen string, db *sql.DB, signer mjwt.Verifier, domains oUtil
|
|||||||
if domainMap[topFqdn] {
|
if domainMap[topFqdn] {
|
||||||
m[c.Id] = cert
|
m[c.Id] = cert
|
||||||
}
|
}
|
||||||
return
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// add to other and main if owned
|
// add to other and main if owned
|
||||||
|
Loading…
Reference in New Issue
Block a user