eliminate harmless argument isn't numeric messages
authorjeff <jeff>
Tue, 12 Jan 2010 16:40:54 +0000 (16:40 +0000)
committerjeff <jeff>
Tue, 12 Jan 2010 16:40:54 +0000 (16:40 +0000)
FS/FS/part_export/prizm.pm

index 9705440..036d206 100644 (file)
@@ -213,7 +213,7 @@ sub _export_insert {
                                              0, $element_name_length),
                                       $location,
                                       $contact,
-                                      sprintf("%032X", $svc->authkey),
+                                      sprintf("%032X", $svc->authkey || 0),
                                       $performance_profile,
                                       $svc->vlan_profile,
                                       ($self->option('ems') ? 1 : 0 ),