diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-17 11:52:24 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-05-18 13:20:18 +1000 |
commit | 6324a0f59f78dff6501627518824e708aa3dc257 (patch) | |
tree | 7d0c94e8da90c248bdbb9187a4ba651a2dfc0eb9 /source4/param | |
parent | 00b985def82acfbc4e36121d5879c1ffae2c68a3 (diff) | |
download | samba-6324a0f59f78dff6501627518824e708aa3dc257.tar.gz samba-6324a0f59f78dff6501627518824e708aa3dc257.tar.bz2 samba-6324a0f59f78dff6501627518824e708aa3dc257.zip |
s4:provision Remove unused 'account_name' parameter
The python glue code didn't even de-reference this element in the
structure.
Andrew Bartlett
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/provision.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/param/provision.h b/source4/param/provision.h index b8277c358d..516a9dea5f 100644 --- a/source4/param/provision.h +++ b/source4/param/provision.h @@ -48,7 +48,6 @@ struct provision_store_self_join_settings { const char *domain_name; const char *realm; const char *netbios_name; - const char *account_name; enum netr_SchannelType secure_channel_type; const char *machine_password; int key_version_number; |