On Tue, 2021-01-26 at 00:50 +0530, chaitanya.mgit@xxxxxxxxx wrote: > From: Chaitanya Tata <chaitanya.mgit@xxxxxxxxx> > > From: Chaitanya Tata <chaitanya.mgit@xxxxxxxxx> That's broken, please check your git mail setup. > * Delete all the keys ... pairwise keys can't really > * exist any more anyway, but default keys might. > */ > - if (rdev->ops->del_key) { > + if (wdev->connect_keys && rdev->ops->del_key) { > This is wrong, wdev->connect_keys is not needed to make a secure connection. johannes