s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[mdw/samba-autobuild/.git] / source4 / ntvfs / cifs_posix_cli / vfs_cifs_posix.c
index 6ee69616101a17d026d7517565d21538e2bab1c9..2a8c69e2207b129c0e13210986cee23355b4f84c 100644 (file)
@@ -836,7 +836,7 @@ static NTSTATUS cifspsx_fsattr(struct ntvfs_module_context *ntvfs,
        fs->generic.out.serial_number = 1;
        fs->generic.out.fs_type = talloc_strdup(req, "NTFS");
        fs->generic.out.volume_name = talloc_strdup(req, 
-                                                   lp_servicename(req->tcon->service));
+                                                   lpcfg_servicename(req->tcon->service));
 
        return NT_STATUS_OK;
 }