Page MenuHomeFreeBSD

D10063.diff
No OneTemporary

D10063.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
@@ -149,7 +149,7 @@
error = mkdir(partial, 0755);
if (error != 0 && errno != EEXIST) {
log_warn("cannot create %s", partial);
- return;
+ break;
}
}

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 8:40 PM (55 m, 56 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30996345
Default Alt Text
D10063.diff (298 B)

Event Timeline