Page MenuHomeFreeBSD

D58682.id.diff
No OneTemporary

D58682.id.diff

diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c
--- a/sys/fs/autofs/autofs.c
+++ b/sys/fs/autofs/autofs.c
@@ -523,7 +523,7 @@
AUTOFS_DEBUG("trigger interrupted by signal, "
"not retrying");
anp->an_retries = 0;
- return (error);
+ return (EINTR);
}
anp->an_retries++;
if (anp->an_retries >= autofs_retry_attempts) {

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 20, 10:31 PM (15 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36134325
Default Alt Text
D58682.id.diff (359 B)

Event Timeline