1
0
Эх сурвалжийг харах

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

Rich Megginson 18 жил өмнө
parent
commit
f469160941

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

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