mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Fix Coverity ID 507
This commit is contained in:
parent
b19ea3635c
commit
4ea5798b97
@ -252,6 +252,8 @@ static WERROR cmd_dfs_enumex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
|
||||
return WERR_OK;
|
||||
}
|
||||
|
||||
str.level = 1;
|
||||
|
||||
if (argc == 3)
|
||||
str.level = atoi(argv[2]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user