diff options
Diffstat (limited to 'source3/param/loadparm.c')
-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 52d68aeabb..95e5d73d0e 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -185,7 +185,7 @@ static struct loadparm_service sDefault = .vfs_objects = NULL, .msdfs_proxy = NULL, .aio_write_behind = NULL, - .szDfree = NULL, + .dfree_command = NULL, .iMinPrintSpace = 0, .iMaxPrintJobs = 1000, .iMaxReportedPrintJobs = 0, |