diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2014-02-03 15:46:08 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:10 -0800 |
| commit | 63c24977ba06dba46d7080400775f8937ecee108 (patch) | |
| tree | e2b9560345cb19ceeaf477c3b9eba20399f38d36 /lib/param/param_table.c | |
| parent | e23c7adb1a5f23aa3b688e76888c778e12368320 (diff) | |
param: rename lp function and variable from 'lockdir' to 'lock_directory'
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
| -rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index ebd1f438da..def012673b 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3298,7 +3298,7 @@ static struct parm_struct parm_table[] = { .label = "lock directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(lockdir), + .offset = GLOBAL_VAR(lock_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -3307,7 +3307,7 @@ static struct parm_struct parm_table[] = { .label = "lock dir", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(lockdir), + .offset = GLOBAL_VAR(lock_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |
