Clean r268867.

Proposed by:	bde
This commit is contained in:
Pedro F. Giffuni 2014-07-19 14:34:06 +00:00
parent 8f812fec9f
commit 65227e53ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268878

View file

@ -337,8 +337,8 @@ getsourcefilter(int s, uint32_t interface, struct sockaddr *group,
{
struct __msfilterreq msfr;
sockunion_t *psu;
socklen_t optlen;
int err, level, nsrcs, optname;
unsigned int optlen;
if (interface == 0 || group == NULL || numsrc == NULL ||
fmode == NULL) {