summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:04 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:13 -0800
commitfc148e61f143ceeae63c0ad1a52d68548ad07aab (patch)
treef618ced583458aea7de3b32ee1b79067b05ecc21 /source3/param/loadparm.c
parent8ec3e110047034c0eb495c3d3bde1f1ef6ee7b18 (diff)
downloadsamba-fc148e61f143ceeae63c0ad1a52d68548ad07aab.tar.gz
samba-fc148e61f143ceeae63c0ad1a52d68548ad07aab.tar.xz
samba-fc148e61f143ceeae63c0ad1a52d68548ad07aab.zip
param: rename lp function and variable from "rootpostexec" to "root_postexec"
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 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 17ea74b8a8e..e08e2c3ba26 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -156,7 +156,7 @@ static struct loadparm_service sDefault =
.preexec = NULL,
.postexec = NULL,
.rootpreexec = NULL,
- .rootpostexec = NULL,
+ .root_postexec = NULL,
.cups_options = NULL,
.printcommand = NULL,
.lpqcommand = NULL,