Skip to content

Commit

Permalink
I forgot to sync the code that calls the original config correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbokunet authored and abh committed Sep 15, 2010
1 parent 2979c52 commit e403a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Apache/Qpsmtpd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sub config_dir {
my $configdir = $1 if -e "$1/$config";
$cdir_memo{$config} = $configdir;
} else {
$cdir_memo{$config} = SUPER::config_dir(@_);
$cdir_memo{$config} = $self->SUPER::config_dir(@_);
}
return $cdir_memo{$config};
}
Expand Down

0 comments on commit e403a56

Please sign in to comment.