Skip to content

Commit

Permalink
Fix broken merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjrieke committed Jun 26, 2024
1 parent 1d13eb7 commit 15c7d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cap/tap/tap_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ var penseDirSocket = filepath.Clean(penseDir + penseSocket)
func Tap(tapMap map[string]string, group string, skipPathControls bool) error {
// Tap always starts with a clean slate.
err := os.MkdirAll(penseDir, 0770)
listener, err := net.Listen("unix", penseSocket)
if err != nil {
return errors.Join(errors.New("Dir create error"), err)
}
Expand Down

0 comments on commit 15c7d37

Please sign in to comment.