mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
Fix port symbol name
This commit is contained in:
@@ -103,7 +103,7 @@ func createInitialTunnelerConfigs(mtx *MigrationContext) error {
|
||||
}
|
||||
|
||||
hostnameSymbol := mtx.Stores.EdgeService.NewEntitySymbol(FieldServiceDnsHostname, ast.NodeTypeString)
|
||||
portSymbol := mtx.Stores.EdgeService.NewEntitySymbol(FieldServiceDnsHostname, ast.NodeTypeInt64)
|
||||
portSymbol := mtx.Stores.EdgeService.NewEntitySymbol(FieldServiceDnsPort, ast.NodeTypeInt64)
|
||||
|
||||
for _, id := range ids {
|
||||
service, err := mtx.Stores.EdgeService.LoadOneById(mtx.Ctx.Tx(), id)
|
||||
|
||||
Reference in New Issue
Block a user