Skip to content

Commit

Permalink
unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Jan 24, 2017
1 parent 77df951 commit 132c14c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jailkit-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ =head2 get_jk_init_ini()
sub get_jk_init_ini {
use Config::IniFiles;

my $config_file = "$config{'jailkit_config_dir'}/jk_init.ini";
my $jk_init_ini = new Config::IniFiles( -file=>"$config{'jailkit_config_dir'}/jk_init.ini" );
return $jk_init_ini;
}
Expand Down

0 comments on commit 132c14c

Please sign in to comment.