Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/service/inbound.go')
-rw-r--r--web/service/inbound.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go
index 78abef73..0621cdea 100644
--- a/web/service/inbound.go
+++ b/web/service/inbound.go
@@ -403,7 +403,6 @@ func (s *InboundService) UpdateInbound(inbound *model.Inbound) (*model.Inbound,
oldInbound.Settings = inbound.Settings
oldInbound.StreamSettings = inbound.StreamSettings
oldInbound.Sniffing = inbound.Sniffing
- oldInbound.Allocate = inbound.Allocate
if inbound.Listen == "" || inbound.Listen == "0.0.0.0" || inbound.Listen == "::" || inbound.Listen == "::0" {
oldInbound.Tag = fmt.Sprintf("inbound-%v", inbound.Port)
} else {
@@ -2037,7 +2036,6 @@ func (s *InboundService) MigrationRequirements() {
tx.Rollback()
}
}()
-
// Calculate and backfill all_time from up+down for inbounds and clients
err = tx.Exec(`