From acf1846a475e06c0926e729046d128ae770b20c7 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 27 Jan 2011 11:58:56 +0000 Subject: [PATCH] cleanup --- bin/BackupPC_ASA_PostArchive_Update | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/BackupPC_ASA_PostArchive_Update b/bin/BackupPC_ASA_PostArchive_Update index afccb62..33527a0 100755 --- a/bin/BackupPC_ASA_PostArchive_Update +++ b/bin/BackupPC_ASA_PostArchive_Update @@ -68,9 +68,6 @@ my $t_fmt = '%Y-%m-%d %H:%M:%S'; warn "## Conf = ",dump( \%Conf ); -my $dsn = $Conf{SearchDSN} || die "Need SearchDSN in config.pl\n"; -my $user = $Conf{SearchUser} || ''; - my $dbh = DBI->connect($Conf{SearchDSN}, $Conf{SearchUser}, "", { RaiseError => 1, AutoCommit => 0 }); #---- subs ---- -- 2.20.1