Skip to content

Commit

Permalink
Use correct flag in iovctl_start().
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.freebsd.org/D2921
Reviewed by: rstone
Approved by: jmallett (mentor)
Sponsored by: Norse Corp, Inc.
  • Loading branch information
pkelsey committed Jun 27, 2015
1 parent c299fa4 commit 6d5c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/rc.d/iovctl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run_iovctl()

iovctl_start()
{
run_iovctl -E
run_iovctl -C
}

iovctl_stop()
Expand Down

0 comments on commit 6d5c863

Please sign in to comment.