Skip to content

Commit 014f591

Browse files
authored
android: use new System with pre-populated event bus (#670)
Updates tailscale/tailscale#15160 Signed-off-by: kari-ts <[email protected]>
1 parent 14b0bd8 commit 014f591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtailscale/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (a *App) runBackendOnce(ctx context.Context) error {
266266
func (a *App) newBackend(dataDir string, appCtx AppContext, store *stateStore,
267267
settings settingsFunc) (*backend, error) {
268268

269-
sys := new(tsd.System)
269+
sys := tsd.NewSystem()
270270
sys.Set(store)
271271

272272
logf := logger.RusagePrefixLog(log.Printf)

0 commit comments

Comments
 (0)