On Tue, Jun 18, 2019 at 03:22:44PM +0100, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Currently functions nf_synproxy_{ipc4|ipv6}_init return an uninitialized > garbage value in variable ret on a successful return. Fix this by > returning zero on success. Applied, thanks Colin.