diff options
Diffstat (limited to 'usr.sbin/jail/command.c')
-rw-r--r-- | usr.sbin/jail/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/jail/command.c b/usr.sbin/jail/command.c index fa6a026..b8f7d72 100644 --- a/usr.sbin/jail/command.c +++ b/usr.sbin/jail/command.c @@ -86,7 +86,6 @@ static int kq; int next_command(struct cfjail *j) { - const struct cfstring *comstring; enum intparam comparam; int rval, create_failed; @@ -286,6 +285,8 @@ run_command(struct cfjail *j) } requeue(j, &ready); return 1; + + default: ; } /* * Collect exec arguments. Internal commands for network and |