Skip to content

Commit 039e1e2

Browse files
committed
fixup! Remove rbac ctx from provisionerd
1 parent 002f354 commit 039e1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisionerd/provisionerd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func New(clientDialer Dialer, opts *Options) *Server {
9393
opts.Metrics = &mets
9494
}
9595

96-
ctx, ctxCancel := context.WithCancel(ctx)
96+
ctx, ctxCancel := context.WithCancel(context.Background())
9797
daemon := &Server{
9898
opts: opts,
9999
tracer: opts.TracerProvider.Tracer(tracing.TracerName),

0 commit comments

Comments
 (0)