diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:36 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:48 -0800 |
commit | 19b2b00520aa79fc2cb58d6641c916820ec3e1b0 (patch) | |
tree | 0f2443e7165a37f6740a6e7bd6ad613551734e1b /lib/param/param_table.c | |
parent | 4fe2f288c6dc6d6a64db19ba218803549b555a3a (diff) | |
download | samba-19b2b00520aa79fc2cb58d6641c916820ec3e1b0.tar.gz samba-19b2b00520aa79fc2cb58d6641c916820ec3e1b0.tar.xz samba-19b2b00520aa79fc2cb58d6641c916820ec3e1b0.zip |
param: Rename variable used for lp__use_sendfile bUseSendfile
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 5965c3f623..053467b383 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1902,7 +1902,7 @@ static struct parm_struct parm_table[] = { .label = "use sendfile", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bUseSendfile), + .offset = LOCAL_VAR(_use_sendfile), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, |