summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-30 22:29:54 +0100
committerMichael Adam <obnox@samba.org>2007-12-30 22:36:01 +0100
commit0f2e7c73817eba0ebf1e98cabc38700560adb600 (patch)
treeec7023ada83103aac7ffac8bca850ce17a4e8378 /source3
parent80957726b694ea59da306c1be2e08b213936dc93 (diff)
downloadsamba-0f2e7c73817eba0ebf1e98cabc38700560adb600.tar.gz
samba-0f2e7c73817eba0ebf1e98cabc38700560adb600.tar.bz2
samba-0f2e7c73817eba0ebf1e98cabc38700560adb600.zip
Remove an unused variable.
Michael (This used to be commit 7bac935b65565099c0dfb34cab0dec73dd5fb479)
Diffstat (limited to 'source3')
-rw-r--r--source3/libnet/libnet_conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index a637aedbbc..8fe2c76ea3 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -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)) {