mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
32-bit compat: plug a set-but-not-unused var in freebsd32_copy_msg_out
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
5abafe4aa0
commit
1caaf55585
1 changed files with 1 additions and 2 deletions
|
|
@ -1357,12 +1357,11 @@ freebsd32_copy_msg_out(struct msghdr *msg, struct mbuf *control)
|
|||
socklen_t clen, datalen, datalen_out, oldclen;
|
||||
int error;
|
||||
caddr_t ctlbuf;
|
||||
int len, maxlen, copylen;
|
||||
int len, copylen;
|
||||
struct mbuf *m;
|
||||
error = 0;
|
||||
|
||||
len = msg->msg_controllen;
|
||||
maxlen = msg->msg_controllen;
|
||||
msg->msg_controllen = 0;
|
||||
|
||||
ctlbuf = msg->msg_control;
|
||||
|
|
|
|||
Loading…
Reference in a new issue