summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-07-22 19:47:22 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:31 +0200
commitc03891c0d5a1abe739791c7705d8aa82cc3614b4 (patch)
treec0f661f07e96feda530efdd26ff894c4044d01d1 /script
parentff4134329d75c90405a56558eabfe02d074b578d (diff)
downloadsamba-c03891c0d5a1abe739791c7705d8aa82cc3614b4.tar.gz
param: move dnsdomain from generate_param to EXTRA_GLOBALS
This is alongside realm_original which is of the same kind. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'script')
-rw-r--r--script/generate_param.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/generate_param.py b/script/generate_param.py
index 7315d868a4f..351ea6bbb40 100644
--- a/script/generate_param.py
+++ b/script/generate_param.py
@@ -241,7 +241,6 @@ def make_param_defs(path_in, path_out, scope):
file_out.write("struct loadparm_global \n")
file_out.write("{\n")
file_out.write("\tTALLOC_CTX *ctx; /* Context for talloced members */\n")
- file_out.write("\tchar * dnsdomain;\n")
elif scope == "LOCAL":
file_out.write("/**\n")
file_out.write(" * This structure describes a single service.\n")