summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorevanl <none@none>2006-07-19 08:57:11 -0700
committerevanl <none@none>2006-07-19 08:57:11 -0700
commit46a207baf33646c392c3491b2e2a32b55bbbb5b0 (patch)
treee70b22ba2010786dfbfd8363c960ac5eeae990b8 /usr
parentbb876bbc87cecdebaea3fff71f5f859148617bdf (diff)
downloadillumos-gate-46a207baf33646c392c3491b2e2a32b55bbbb5b0.tar.gz
6445477 composite automount map entries don't work in build 43
Diffstat (limited to 'usr')
-rw-r--r--usr/src/uts/common/fs/autofs/auto_subr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/fs/autofs/auto_subr.c b/usr/src/uts/common/fs/autofs/auto_subr.c
index 2447cfde95..42ee1f0d3c 100644
--- a/usr/src/uts/common/fs/autofs/auto_subr.c
+++ b/usr/src/uts/common/fs/autofs/auto_subr.c
@@ -737,6 +737,9 @@ auto_send_unmount_request(
sizeof (umntres),
hard);
+ if (!error)
+ error = xdrres.status;
+
AUTOFS_DPRINT((5, "\tauto_send_unmount_request: error=%d\n", error));
return (error);