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 9389f40595..52d68aeabb 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -184,7 +184,7 @@ static struct loadparm_service sDefault = .fstype = NULL, .vfs_objects = NULL, .msdfs_proxy = NULL, - .szAioWriteBehind = NULL, + .aio_write_behind = NULL, .szDfree = NULL, .iMinPrintSpace = 0, .iMaxPrintJobs = 1000, |