This eliminates the deprecation warning when compiling the sources. Signed-off-by: Phil Sutter <phil@xxxxxx> --- utils/nfnl_osf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfnl_osf.c b/utils/nfnl_osf.c index e65c320156518..fad7f70024c56 100644 --- a/utils/nfnl_osf.c +++ b/utils/nfnl_osf.c @@ -384,7 +384,7 @@ static int osf_load_line(char *buffer, int len, int del) nfnl_addattr_l(nmh, sizeof(buf), OSF_ATTR_FINGER, &f, sizeof(struct xt_osf_user_finger)); - return nfnl_talk(nfnlh, nmh, 0, 0, NULL, NULL, NULL); + return nfnl_query(nfnlh, nmh); } static int osf_load_entries(char *path, int del) -- 2.18.0