mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-11-07 19:13:49 +01:00
Fix error with uninitialized variable.
This commit is contained in:
@@ -264,7 +264,7 @@ if ( $hasprofile ) {
|
||||
}
|
||||
|
||||
my $query;
|
||||
my $conditionstring;
|
||||
my $conditionstring = '';
|
||||
|
||||
if ( @conditions ){
|
||||
$conditionstring = ' WHERE ';
|
||||
|
||||
Reference in New Issue
Block a user