Skip to content

Commit

Permalink
Merge pull request moby#31478 from cyphar/seccomp-fix-unsupported-build
Browse files Browse the repository at this point in the history
profiles: seccomp: fix !seccomp build
  • Loading branch information
justincormack authored Mar 2, 2017
2 parents 9bebc63 + a315574 commit 0b9fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/seccomp/seccomp_unsupported.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import (
)

// DefaultProfile returns a nil pointer on unsupported systems.
func DefaultProfile(rs *specs.Spec) *types.Seccomp {
func DefaultProfile() *types.Seccomp {
return nil
}

0 comments on commit 0b9fddb

Please sign in to comment.