Skip to content

Commit

Permalink
Merge pull request #17 from mrjrieke/fix_broken_merge
Browse files Browse the repository at this point in the history
Fix broken merge.
  • Loading branch information
joel-rieke authored Jun 26, 2024
2 parents 1d13eb7 + 15c7d37 commit ee53d50
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 ee53d50

Please sign in to comment.