1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib/clap fix compiler warnings

about set but unused variable

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Christian Ambach 2013-12-10 17:47:50 +01:00 committed by Jeremy Allison
parent 6d88bfcab4
commit 23fc48cfb1

View File

@ -930,8 +930,7 @@ char *cldap_netlogon_create_filter(TALLOC_CTX *mem_ctx,
} }
if (io->in.domain_guid) { if (io->in.domain_guid) {
struct GUID guid; struct GUID guid;
NTSTATUS status; GUID_from_string(io->in.domain_guid, &guid);
status = GUID_from_string(io->in.domain_guid, &guid);
if (filter == NULL) { if (filter == NULL) {
return NULL; return NULL;
} }