----- Ursprüngliche Mail ----- > Von: "Steve Dickson" <steved@xxxxxxxxxx> > A compile error... > reexport.c: In function ‘reexpdb_apply_reexport_settings’: > reexport.c:335:25: error: label ‘out’ used but not defined > 335 | goto out; > | ^~~~ > > >> + } >> + } >> + >> + if (ep->e_fsid) { >> + if (ep->e_fsid != fsidnum) { >> + xlog(L_ERROR, "%s:%i: Selected 'reexport=' mode requires configured >> numerical 'fsid=' to agree with reexport db entry", >> + flname, flline); >> + ret = -1; >> + } >> + } else { >> + ep->e_fsid = fsidnum; >> + } > I'm assuming this is where the out needs to be > > out: Patch 3/5 adds the label. Looks like I messed up something while reordering patches. ;-\ Do you want me to resend the patch series immediately or shall I want for further comments? Thanks, //richard