summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--isys/imount.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4148cefa8..4be3edbde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-10 Jeremy Katz <katzj@redhat.com>
+
+ * isys/imount.c: Actually assign the nfs mount opts to the right
+ variable
+
2005-10-10 Paul Nasrat <pnasrat@redhat.com>
* yuminstall.py: Handle missing metadata
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)",