summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
Diffstat (limited to 'isys')
-rw-r--r--isys/imount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/imount.c b/isys/imount.c
index 00c92d278..0be7b5390 100644
--- a/isys/imount.c
+++ b/isys/imount.c
@@ -48,7 +48,7 @@ int doPwMount(char * dev, char * where, char * fs, int options, void *data) {
int flags = 0;
if (data)
- strdup(data);
+ extra_opts = strdup(data);
buf = dev;
/*logMessage("calling nfsmount(%s, %s, &flags, &extra_opts, &mount_opt)",