Skip to content

Commit 42ce721

Browse files
committed
Try out race fix for acquiredJobMutex
1 parent d9ed06d commit 42ce721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisionerd/provisionerd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ func (p *provisionerDaemon) closeWithError(err error) error {
515515
}
516516

517517
if p.isRunningJob() {
518-
519518
// We also need the 'acquire job' mutex here,
520519
// so that a new `p.acquiredJobDone` channel isn't created
521520
// while we're waiting on the mutex.

0 commit comments

Comments
 (0)