From bbad2fed7cda09f5a7d7006ada6382d29f1c1a86 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 26 Sep 2014 03:39:13 +0200 Subject: s3:libsmb: remove unused cli_set_username() function Change-Id: Ib432b4ff66f966de9e733e01de6de2f486c0c728 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/include/client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index 17004aae18..25c44ba64d 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -52,9 +52,6 @@ struct cli_state { NTSTATUS raw_status; /* maybe via NT_STATUS_DOS() */ bool map_dos_errors; - /* The credentials used to open the cli_state connection. */ - char *user_name; - /* * The following strings are the * ones returned by the server if -- cgit