s3/libsmb: clang: Fix 'warning: Value stored to 'status' is never read'
commitf8b5c47ad51f8ee727122964099b1b3dc36028d9
authorNoel Power <noel.power@suse.com>
Fri, 9 Aug 2019 15:00:35 +0000 (9 16:00 +0100)
committerGary Lockyer <gary@samba.org>
Wed, 28 Aug 2019 01:47:40 +0000 (28 01:47 +0000)
tree90f9da2425034c6449f84969bdd4ab223b93ab28
parent32aa8f9195ce83073a04d24583de41ddbf4836c2
s3/libsmb: clang: Fix 'warning: Value stored to 'status' is never read'

Fixes:

source3/libsmb/namequery.c:2938:2: warning: Value stored to 'status' is never read <--[clang]
        status = NT_STATUS_OK;
        ^        ~~~~~~~~~~~~

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/libsmb/namequery.c