mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Remove an unused variable.
Michael
This commit is contained in:
parent
1f0122d8d4
commit
7bac935b65
@ -36,7 +36,6 @@ static WERROR libnet_smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
|
||||
uint32_t count,
|
||||
const char *string)
|
||||
{
|
||||
WERROR werr = WERR_OK;
|
||||
char **new_array = NULL;
|
||||
|
||||
if ((array == NULL) || (string == NULL)) {
|
||||
|
Loading…
Reference in New Issue
Block a user