diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:21 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:43 -0800 |
| commit | ac6a551888dcd4a89b4166446079bab2227b2c58 (patch) | |
| tree | 089c2f93a1557c9e5cdb2199418e7e6fd08f3328 /source3 | |
| parent | a098785d31dee6e886919bc30eee43abd02c94c6 (diff) | |
| download | samba-ac6a551888dcd4a89b4166446079bab2227b2c58.tar.gz samba-ac6a551888dcd4a89b4166446079bab2227b2c58.tar.xz samba-ac6a551888dcd4a89b4166446079bab2227b2c58.zip | |
param: Rename variable used for lp_rootpostexec szRootPostExec
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 'source3')
| -rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 1cc161eec1..cbad677be0 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, - .szRootPostExec = NULL, + .rootpostexec = NULL, .szCupsOptions = NULL, .szPrintcommand = NULL, .szLpqcommand = NULL, |
