1
0
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:
Michael Adam 2007-12-30 22:29:54 +01:00
parent 1f0122d8d4
commit 7bac935b65

View File

@ -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)) {