mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
tevent: fix compiler warning in tevent_context_init_byname()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
dea5115a3d
commit
5f284bec47
@ -273,7 +273,7 @@ struct tevent_context *tevent_context_init_ops(TALLOC_CTX *mem_ctx,
|
||||
struct tevent_context *tevent_context_init_byname(TALLOC_CTX *mem_ctx,
|
||||
const char *name)
|
||||
{
|
||||
struct tevent_ops *ops;
|
||||
const struct tevent_ops *ops;
|
||||
|
||||
ops = tevent_find_ops_byname(name);
|
||||
if (ops == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user