From f26bd30c980288132f800ebbc1bfc1a2b281c2b2 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 16 Dec 2004 19:02:05 +0000 Subject: [PATCH] windows-freelance-default-root-cell-20041217 Forgot to add trailing dot on auto-generated default root.cell mountpoints. --- src/WINNT/afsd/cm_freelance.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/WINNT/afsd/cm_freelance.c b/src/WINNT/afsd/cm_freelance.c index 28ee45f8b..a2b8c5f8a 100644 --- a/src/WINNT/afsd/cm_freelance.c +++ b/src/WINNT/afsd/cm_freelance.c @@ -477,8 +477,8 @@ long cm_InitLocalMountPoints() { rootCellName[0] = '.'; code = cm_GetRootCellName(&rootCellName[1]); if (code == 0) { - cm_FreelanceAddMount(&rootCellName[1], &rootCellName[1], "root.cell", 0, NULL); - cm_FreelanceAddMount(rootCellName, &rootCellName[1], "root.cell", 1, NULL); + cm_FreelanceAddMount(&rootCellName[1], &rootCellName[1], "root.cell.", 0, NULL); + cm_FreelanceAddMount(rootCellName, &rootCellName[1], "root.cell.", 1, NULL); dwMountPoints = 2; } } @@ -660,8 +660,8 @@ long cm_InitLocalMountPoints() { rootCellName[0] = '.'; code = cm_GetRootCellName(&rootCellName[1]); if (code == 0) { - cm_FreelanceAddMount(&rootCellName[1], &rootCellName[1], "root.cell", 0, NULL); - cm_FreelanceAddMount(rootCellName, &rootCellName[1], "root.cell", 1, NULL); + cm_FreelanceAddMount(&rootCellName[1], &rootCellName[1], "root.cell.", 0, NULL); + cm_FreelanceAddMount(rootCellName, &rootCellName[1], "root.cell.", 1, NULL); } return 0; } -- 2.39.5