diff --git a/jabber/backup_config.pl b/jabber/backup_config.pl index 1ce9d7484..66be992ea 100755 --- a/jabber/backup_config.pl +++ b/jabber/backup_config.pl @@ -33,6 +33,7 @@ return undef; # Called after the files are restored from a backup sub post_restore { +return undef if (!$got_xml_parser); if (&check_pid_file(&jabber_pid_file())) { $err = &stop_jabber(); return $err if ($err);