After r254779 "error" must always be present in mb_ctor_pack(),

not only when MAC is defined.

Reported by:	gjb / tinderbox
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andre Oppermann 2013-08-24 21:25:53 +00:00
parent 29f4e216f2
commit ce28636bcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254814

View File

@ -619,10 +619,7 @@ mb_ctor_pack(void *mem, int size, void *arg, int how)
{
struct mbuf *m;
struct mb_args *args;
#ifdef MAC
int error;
#endif
int flags;
int error, flags;
short type;
m = (struct mbuf *)mem;