Page MenuHomeFreeBSD

D27832.diff
No OneTemporary

D27832.diff

diff --git a/usr.sbin/autofs/common.c b/usr.sbin/autofs/common.c
--- a/usr.sbin/autofs/common.c
+++ b/usr.sbin/autofs/common.c
@@ -140,7 +140,7 @@
*/
copy = tofree = checked_strdup(path + 1);
- partial = checked_strdup("");
+ partial = checked_strdup("/");
for (;;) {
component = strsep(&copy, "/");
if (component == NULL)

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 16, 10:59 PM (15 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29792283
Default Alt Text
D27832.diff (339 B)

Event Timeline