diff options
Diffstat (limited to 'lib/tevent/tevent.c')
-rw-r--r-- | lib/tevent/tevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index aa758de640..3b273d6c53 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -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) { |