s4:lib/tevent: rename structs
[garming/samba-autobuild/.git] / source4 / utils / net / net_machinepw.c
index 710d889c19ca3ac08115419ed31b8df6a13e7f58..4e3165dbfd1559f0144cc86cf3a449e0c4421b26 100644 (file)
@@ -37,7 +37,7 @@ int net_machinepw(struct net_context *ctx, int argc, const char **argv)
 {
        struct ldb_context *secrets;
        TALLOC_CTX *mem_ctx;
-       struct event_context *ev;
+       struct tevent_context *ev;
        struct ldb_message **msgs;
        int num_records;
        const char *attrs[] = { "secret", NULL };