Index: usr.sbin/autofs/common.c =================================================================== --- usr.sbin/autofs/common.c +++ usr.sbin/autofs/common.c @@ -140,7 +140,7 @@ */ copy = tofree = checked_strdup(path + 1); - partial = checked_strdup(""); + partial = checked_strdup("/"); for (;;) { component = strsep(©, "/"); if (component == NULL)