From 6324a0f59f78dff6501627518824e708aa3dc257 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 17 May 2010 11:52:24 +1000 Subject: s4:provision Remove unused 'account_name' parameter The python glue code didn't even de-reference this element in the structure. Andrew Bartlett --- source4/param/provision.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/param/provision.h') 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; -- cgit