]> git.pld-linux.org Git - packages/bacula-backup-mysql.git/commitdiff
- i did not intend to remove $self, but somehow i still did
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Feb 2011 14:51:50 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-backup-mysql -> 1.13

bacula-backup-mysql

index c41fce18e309a2487cad86898d899948c04963a5..3847afabefc0c1a44b59c32f7236b35481b975bd 100644 (file)
@@ -158,6 +158,7 @@ use strict;
 
 # DB class for simple Database connection
 sub new {
+       my $self = shift;
        my ($user, $password, $socket) = @_;
        my $dsn = '';
        $dsn .= "mysql_socket=$socket" if $socket;
This page took 0.0629 seconds and 4 git commands to generate.