Skip to content

Commit 9f8316a

Browse files
committed
Merge branch 'master' of github.com:virtualmin/virtualmin-registrar
2 parents e832e78 + 0aefbac commit 9f8316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualmin-registrar-lib.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
sub list_registrar_accounts
4848
{
4949
my @rv;
50-
opendir(DIR, $registrar_accounts_dir);
50+
opendir(DIR, $registrar_accounts_dir) || return ();
5151
foreach my $f (readdir(DIR)) {
5252
next if ($f eq "." || $f eq "..");
5353
my %account;

0 commit comments

Comments
 (0)