Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx> writes: > kill_some_child() compares the entire sockaddr_storage structure (with > the pad-bits zeroed out) when trying to find out if connections > originate from the same host. However, sockaddr_storage contains the > port-number for the connection (which varies between connections), so > the comparison always fails. > > Change the code so we only consider the host-address, by introducing the > addrcmp()-function that inspects the address family and compare as > appropriate. > > Signed-off-by: Erik Faye-Lund <kusmabite@xxxxxxxxx> > --- Makes sense. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html