From 2b70c0f4f39d2ab7e678e91bc57a2e5980dbc816 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Jul 2011 16:37:25 +0200 Subject: s3:libsmb: remove unused cli_set_port() metze --- source3/include/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index b01136be37..eada792403 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -51,7 +51,6 @@ struct cli_state { * A list of subsidiary connections for DFS. */ struct cli_state *prev, *next; - int port; int fd; uint16 cnum; uint16 pid; -- cgit