From 04b740d18b5f7868bcded1b1bda504a95082425a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Jul 2011 21:18:27 +0200 Subject: [PATCH] s3:include: remove unused cli_state->called and cli_state->calling metze --- source3/include/client.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/include/client.h b/source3/include/client.h index 75fca5efa10..cfc0b417091 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -75,9 +75,7 @@ struct cli_state { char *share; char *dev; - struct nmb_name called; struct sockaddr_storage src_ss; - struct nmb_name calling; struct sockaddr_storage dest_ss; DATA_BLOB secblob; /* cryptkey or negTokenInit */ -- 2.11.4.GIT