Browse Source

Resolves: bug 345711
Description: migration : ignore idl switch value in 6.21 and earlier
Fix Description: Fix the error message

Rich Megginson 18 years ago
parent
commit
f469160941
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/admin/src/scripts/DSMigration.pm.in

+ 1 - 1
ldap/admin/src/scripts/DSMigration.pm.in

@@ -302,7 +302,7 @@ sub copyDatabaseDirs {
     if (@errs) {
         return @errs;
     } elsif ($isold) {
-        return ('error_database_too_old', $olddbdir, @verinfo);
+        return ('error_database_too_old', $srcdir);
     }
 
     if (-d $srcdir && ! -d $destdir && !$filesonly) {