From 0a8bb37fa2e9543366ec7b3a9cbe7accc3edbe90 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 15 May 2009 16:16:47 -0700 Subject: [PATCH] Oops. Forgot to delete now unused local from the previous patch. Jeremy. --- source3/client/client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/client/client.c b/source3/client/client.c index 3795472f6de..f4d9963c16a 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4553,8 +4553,6 @@ static int process(const char *base_directory) static int do_host_query(const char *query_host) { - struct sockaddr_storage ss; - cli = cli_cm_open(talloc_tos(), NULL, query_host, "IPC$", auth_info, true, smb_encrypt, max_protocol, port, name_type); -- 2.11.4.GIT