Unverified Commit b93211eb authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Update go-apps/meep-loc-serv/server/loc-serv.go

parent 1df0782c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ func startRegistrationTicker() {
		for range registrationTicker.C {
			// Get Application instance ID
			if serviceAppInstanceId == "" {
				// If global service, request an app instance ID from Sandbox Controller
				// If a sandbox service, request an app instance ID from Sandbox Controller
				// Otherwise use the scenario-provisioned instance ID
				if mepName == defaultMepName {
					var err error