diff options
author | ivan <ivan> | 2002-10-25 21:24:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-25 21:24:55 +0000 |
commit | 3702269ee9f6a63572f6e915ace56d70b5080033 (patch) | |
tree | 39434641d2661122782108217c6916780569a570 | |
parent | bcc33ffd55343ce8c2e8f576997ce10018b9d716 (diff) |
make $old_domain available too
-rw-r--r-- | FS/FS/part_export/shellcommands.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index da6f4c46c..04e5041c3 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -65,6 +65,7 @@ sub _export_replace { } $new_finger = shell_quote $new_finger; $quoted_new__password = shell_quote $new__password; + $old_domain = $old->domain; $new_domain = $new->domain; $new_crypt_password = ''; #surpress "used only once" warnings $new_crypt_password = crypt( $new->_password, |