Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-updates-src > by-pkgid > 640abb48b52a90082778e852612f363c > files > 6

autofs-5.0.1-0.rc3.1.2mdv2007.0.src.rpm

diff --git a/CHANGELOG b/CHANGELOG
index f74203a..596d29a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+?/?/2007 autofs-5.0.1
+---------------------
+- fix typo in Fix typo in var when removing temp directory.
+
 4/1/2007 autofs-5.0.1 rc3
 -------------------------
 - fix handling of autofs specific mount options.
diff --git a/modules/mount_bind.c b/modules/mount_bind.c
index 16ae758..cb17ce4 100644
--- a/modules/mount_bind.c
+++ b/modules/mount_bind.c
@@ -64,7 +64,7 @@ int mount_init(void **context)
 	spawn_umount(log_debug, "-n", t2_dir, NULL);
 
 out:
-	rmdir(t2_dir);
+	rmdir(t1_dir);
 	rmdir(t2_dir);
 
 	return 0;