summaryrefslogtreecommitdiff
path: root/hostmux
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-08-18 17:39:25 +0000
committerMiles Bader <miles@gnu.org>1997-08-18 17:39:25 +0000
commit220c9ff99135de26ca1eac9105d5af36a9d3e627 (patch)
treefa5bc3f84b7369169c386a4b92e41b08680d8cd4 /hostmux
parent7a787c6fda7deeea50f4bd9178b7e00991b56393 (diff)
(netfs_attempt_mkfile):
Correctly implement the interface.
Diffstat (limited to 'hostmux')
-rw-r--r--hostmux/stubs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hostmux/stubs.c b/hostmux/stubs.c
index d9402877..f5dd9b67 100644
--- a/hostmux/stubs.c
+++ b/hostmux/stubs.c
@@ -119,6 +119,8 @@ error_t
netfs_attempt_mkfile (struct iouser *user, struct node *dir,
mode_t mode, struct node **node)
{
+ *node = 0;
+ mutex_unlock (&dir->lock);
return EOPNOTSUPP;
}