diff options
Diffstat (limited to 'source3/passdb/passdb.c')
-rw-r--r-- | source3/passdb/passdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 8b2deb4af8..bfb3d09dfd 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -664,7 +664,6 @@ void copy_id21_to_sam_passwd(struct sam_passwd *to, SAM_USER_INFO_21 *from) void copy_sam_passwd(struct sam_passwd *to, const struct sam_passwd *from) { static fstring smb_name=""; - static fstring unix_name=""; static fstring full_name=""; static fstring home_dir=""; static fstring dir_drive=""; |