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 9df88b42fc..c924f438d6 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -186,7 +186,7 @@ static struct loadparm_service sDefault = .msdfs_proxy = NULL, .aio_write_behind = NULL, .dfree_command = NULL, - .minprintspace = 0, + .min_print_space = 0, .iMaxPrintJobs = 1000, .max_reported_print_jobs = 0, .write_cache_size = 0, |