diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:30 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:46 -0800 |
| commit | 7a5f88250f8a99e294b1f98dc54800eaf987279f (patch) | |
| tree | d4922d8d9bb99694f56c107994e36b057a096d85 /source3 | |
| parent | 1265e25e7de865c02517b9c744319098e7bec97e (diff) | |
| download | samba-7a5f88250f8a99e294b1f98dc54800eaf987279f.tar.gz samba-7a5f88250f8a99e294b1f98dc54800eaf987279f.tar.xz samba-7a5f88250f8a99e294b1f98dc54800eaf987279f.zip | |
param: Rename variable used for lp_dmapi_support bDmapiSupport
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 f6eec994a0..ba31629424 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -223,7 +223,7 @@ static struct loadparm_service sDefault = .map_hidden = false, .map_archive = true, .store_dos_attributes = false, - .bDmapiSupport = false, + .dmapi_support = false, .bLocking = true, .iStrictLocking = Auto, .bPosixLocking = true, |
