diff options
author | ivan <ivan> | 2003-06-13 15:18:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-06-13 15:18:59 +0000 |
commit | a13f9926319fcbd73cd94db385a301632df3e24c (patch) | |
tree | 3346ae49e97ffd3ca52889c48468a2fae0fd0d1c | |
parent | e69689c9e803bd24524e4ef35e9b6c5246285354 (diff) |
$new_quoted_password vs. $quoted_new__password
-rw-r--r-- | FS/FS/part_export/shellcommands.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index b1f9b0d68..edc944009 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -75,7 +75,8 @@ sub _export_replace { ${"new_$_"} = $new->getfield($_) foreach $new->fields; } $new_finger = shell_quote $new_finger; - $quoted_new__password = shell_quote $new__password; + $quoted_new__password = shell_quote $new__password; #old, wrong? + $new_quoted_password = shell_quote $new__password; #new, better? $old_domain = $old->domain; $new_domain = $new->domain; $new_crypt_password = ''; #surpress "used only once" warnings |