summaryrefslogtreecommitdiff
path: root/nsmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsmux.c')
-rw-r--r--nsmux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nsmux.c b/nsmux.c
index 2ee209740..201d7b1ee 100644
--- a/nsmux.c
+++ b/nsmux.c
@@ -1693,7 +1693,8 @@ netfs_attempt_write
void * data
)
{
- return 0;
+ /*Write the supplied data into the file and return the result*/
+ return io_write(node->nn->port, data, *len, offset, len);
}/*netfs_attempt_write*/
/*----------------------------------------------------------------------------*/
/*Frees all storage associated with the node*/