summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-20 23:08:33 +0100
committerVolker Lendecke <vl@samba.org>2009-01-20 23:10:16 +0100
commit55dfad40af52235a59e44dbe6434713e7a810bf2 (patch)
tree88eb642bbd8590437e319aeefdeaec6c67477c81 /source3/lib/substitute.c
parentd7d251f8c700e254ae913acee702a9fc5c886e8b (diff)
downloadsamba-55dfad40af52235a59e44dbe6434713e7a810bf2.tar.gz
samba-55dfad40af52235a59e44dbe6434713e7a810bf2.tar.bz2
samba-55dfad40af52235a59e44dbe6434713e7a810bf2.zip
"userdom_struct" does not need "full_name" anymore -- unused
Diffstat (limited to 'source3/lib/substitute.c')
-rw-r--r--source3/lib/substitute.c3
1 files changed, 1 insertions, 2 deletions
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