Thank you for committing the patch.

In r3308, you made this change in two places:

-       sun.sun_len = sizeof(sun);
+       sun.sun_len = (sa_family_t)sizeof(sun);

I believe the cast should be to socklen_t, not sa_family_t.

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
Unbound-users mailing list
[email protected]
http://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users

Reply via email to