Linty stuff.
This commit is contained in:
parent
2b00f7ba65
commit
e16fb8fba8
@ -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
|
||||
|
@ -288,7 +288,6 @@ add_param(struct cfjail *j, const struct cfparam *p, enum intparam ipnum,
|
||||
struct cfparam *dp, *np;
|
||||
struct cfstring *s, *ns;
|
||||
struct cfvar *v, *nv;
|
||||
struct ipspec *ips;
|
||||
const char *name;
|
||||
char *cs, *tname;
|
||||
unsigned flags;
|
||||
@ -432,7 +431,7 @@ check_intparams(struct cfjail *j)
|
||||
struct addrinfo hints;
|
||||
struct addrinfo *ai0, *ai;
|
||||
struct cfparam *p;
|
||||
struct cfstring *s, *ns;
|
||||
struct cfstring *s;
|
||||
FILE *f;
|
||||
const char *hostname, *val;
|
||||
char *cs, *ep, *ln;
|
||||
|
Loading…
x
Reference in New Issue
Block a user