1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Fix Coverity ID 507

(This used to be commit 4ea5798b97497359b09d97c27c2005750a6cbddd)
This commit is contained in:
Volker Lendecke 2008-03-21 11:45:57 +01:00
parent e14f26f22b
commit 7168f310a6

View File

@ -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]);