mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-30 08:07:56 -05:00
Coverity - not initialized variable
The variable hasn't been initialized, now it is set to null by default. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
d4ad0ca04c
commit
fa3982c7c8
@@ -1047,7 +1047,7 @@ IPA.multivalued_widget = function(spec) {
|
||||
|
||||
that.child_spec = spec.child_spec;
|
||||
that.size = spec.size || 30;
|
||||
that.undo_control;
|
||||
that.undo_control = null;
|
||||
that.initialized = true;
|
||||
that.updating = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user