mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix uninitialized variables.
This commit is contained in:
committed by
Martin Kosek
parent
811f631c09
commit
267f39dcea
7
makeapi
7
makeapi
@@ -136,6 +136,13 @@ def validate_api():
|
|||||||
|
|
||||||
rval = 0
|
rval = 0
|
||||||
|
|
||||||
|
expected_args = 0
|
||||||
|
expected_options = 0
|
||||||
|
expected_output = 0
|
||||||
|
found_args = []
|
||||||
|
found_options = []
|
||||||
|
found_output = []
|
||||||
|
|
||||||
# First run through the file and compare it to the API
|
# First run through the file and compare it to the API
|
||||||
existing_cmds = []
|
existing_cmds = []
|
||||||
cmd = None
|
cmd = None
|
||||||
|
|||||||
Reference in New Issue
Block a user