From 55dfad40af52235a59e44dbe6434713e7a810bf2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 20 Jan 2009 23:08:33 +0100 Subject: "userdom_struct" does not need "full_name" anymore -- unused --- source3/lib/substitute.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index b4f5f70fa0..0cb326961d 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -216,11 +216,10 @@ static const char *get_smb_user_name(void) ********************************************************************/ void set_current_user_info(const char *smb_name, const char *unix_name, - const char *full_name, const char *domain) + const char *domain) { fstrcpy(current_user_info.smb_name, smb_name); fstrcpy(current_user_info.unix_name, unix_name); - fstrcpy(current_user_info.full_name, full_name); fstrcpy(current_user_info.domain, domain); /* The following is safe as current_user_info.smb_name -- cgit