quote params correctly for HLR SIM export, #21514,
[freeside.git] / FS / FS / part_export / huawei_hlr.pm
index 0079818..41cbbfb 100644 (file)
@@ -314,8 +314,8 @@ sub import_sim {
     # push IMSI/KI to the HLR
     my $return = $self->command($socket,
       @command,
-      'IMSI', $imsi,
-      'KIVALUE', $ki,
+      'IMSI', qq{"$imsi"},
+      'KIVALUE', qq{"$ki"},
       @args
     );
     if ( $return->{success} ) {