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;