summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-30 22:30:21 +0100
committerMichael Adam <obnox@samba.org>2007-12-30 22:36:02 +0100
commita74de0c7eb575e5b983773a1b8daa724c7074e7e (patch)
tree913ad06202e48dd43ec8c078e90d7813b55b8e41 /source3
parent0f2e7c73817eba0ebf1e98cabc38700560adb600 (diff)
downloadsamba-a74de0c7eb575e5b983773a1b8daa724c7074e7e.tar.gz
samba-a74de0c7eb575e5b983773a1b8daa724c7074e7e.tar.bz2
samba-a74de0c7eb575e5b983773a1b8daa724c7074e7e.zip
Remove an unused variable.
Michael (This used to be commit 332be113a775adce8108a8003682019ae7f5bc21)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index 9503a3c521..98e6b60034 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -468,7 +468,6 @@ static int net_conf_showshare(int argc, const char **argv)
{
int ret = -1;
WERROR werr = WERR_OK;
- struct registry_key *key = NULL;
const char *sharename = NULL;
TALLOC_CTX *ctx;
uint32_t num_params;