summaryrefslogtreecommitdiff
path: root/lib/param/loadparm.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-07-21 15:18:01 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:30 +0200
commit44619ad2611bd02419c4a81b5434ad587b2cb8a7 (patch)
tree63b571afcdf9b385f8da99b668f0bde7aca7404b /lib/param/loadparm.h
parentea6d35ccdddaa692f66ac2cebd7a66110cd66c98 (diff)
downloadsamba-44619ad2611bd02419c4a81b5434ad587b2cb8a7.tar.gz
param: turn 'smb2 max credits' into generated option
This is achieved by moving the special treatment from the lp_smb2_max_credits() function in the the special handler that is called only once upon lp_load(). Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/loadparm.h')
-rw-r--r--lib/param/loadparm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h
index bd170079b75..cdcfdc7858d 100644
--- a/lib/param/loadparm.h
+++ b/lib/param/loadparm.h
@@ -253,8 +253,7 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
char *szIdmapUID; \
char *szIdmapGID; \
char *szIdmapBackend; \
- int winbindMaxDomainConnections; \
- int ismb2_max_credits;
+ int winbindMaxDomainConnections;
const char* server_role_str(uint32_t role);
int lp_find_server_role(int server_role, int security, int domain_logons, int domain_master);