diff options
author | jamie <jamie@FreeBSD.org> | 2011-06-20 07:58:44 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2011-06-20 07:58:44 +0000 |
commit | 6a72e94c3019b6332e3ceed20230b005217aaa55 (patch) | |
tree | f8f8176876b7a1667542d4319c8cfdd8597d4c65 /usr.sbin/jail/command.c | |
parent | b3870a12d7efae3649e1a6c7496069c521524a0b (diff) | |
download | FreeBSD-src-6a72e94c3019b6332e3ceed20230b005217aaa55.zip FreeBSD-src-6a72e94c3019b6332e3ceed20230b005217aaa55.tar.gz |
Linty stuff.
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 |