Merge branch 'master' into storageareas
This commit is contained in:
commit
0c7f91c38a
|
@ -208,7 +208,7 @@ sub zmDbGetMonitor {
|
|||
return undef;
|
||||
}
|
||||
my $res = $sth->execute($id);
|
||||
if ( $res ) {
|
||||
if ( !$res ) {
|
||||
Error("Can't execute '$sql': ".$sth->errstr());
|
||||
return undef;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue