[Unbound-users] [PATCH] support for remote control over local sockets

Dag-Erling Smørgrav des at des.no
Mon Jan 12 07:08:09 UTC 2015


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 - des at des.no



More information about the Unbound-users mailing list