diff options
author | ivan <ivan> | 2002-10-25 21:24:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-25 21:24:58 +0000 |
commit | 7abf5338aa3236eeb2f3bd3ead8bee15d83fc379 (patch) | |
tree | 8cce0ab65c4e01094d21a66fb80f6ba576e0fd05 | |
parent | ed9dac73440f401f5e339aae3a81ba1bda1ece63 (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, |