declaring ex[M] instead of ex[2] is, indeed, no good. long live watchpoints.
This commit is contained in:
parent
a41ea8f9f1
commit
24910e2cdf
|
@ -184,7 +184,7 @@ sync_boxes( store_t *ctx[], const char *names[], channel_conf_t *chan )
|
||||||
char *dname, *jname, *nname, *lname, *s, *cmname, *csname;
|
char *dname, *jname, *nname, *lname, *s, *cmname, *csname;
|
||||||
FILE *dfp, *jfp, *nfp;
|
FILE *dfp, *jfp, *nfp;
|
||||||
int opts[2];
|
int opts[2];
|
||||||
int nom, nos, del[2], ex[M];
|
int nom, nos, del[2], ex[2];
|
||||||
int muidval, suidval, smaxxuid, maxuid[2], minwuid, maxwuid;
|
int muidval, suidval, smaxxuid, maxuid[2], minwuid, maxwuid;
|
||||||
int t1, t2, t3, t;
|
int t1, t2, t3, t;
|
||||||
int lfd, ret, line, todel, delt, *mexcs, nmexcs, rmexcs;
|
int lfd, ret, line, todel, delt, *mexcs, nmexcs, rmexcs;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user