diff options
author | Miles Bader <miles@gnu.org> | 1997-08-18 17:39:25 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-18 17:39:25 +0000 |
commit | 220c9ff99135de26ca1eac9105d5af36a9d3e627 (patch) | |
tree | fa5bc3f84b7369169c386a4b92e41b08680d8cd4 | |
parent | 7a787c6fda7deeea50f4bd9178b7e00991b56393 (diff) |
(netfs_attempt_mkfile):
Correctly implement the interface.
-rw-r--r-- | hostmux/stubs.c | 2 |
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; } |