Make winbindd_cli_state->request a pointer instead of a struct member
[ira/wip.git] / source3 / winbindd / winbindd.h
index f3733dc131d996dff6d15812df525817bfea11d6..31d73a5cc89f765b63c24e392cce8e0ed2a94107 100644 (file)
@@ -69,7 +69,8 @@ struct winbindd_cli_state {
        bool privileged;                           /* Is the client 'privileged' */
 
        TALLOC_CTX *mem_ctx;                      /* memory per request */
-       struct winbindd_request request;          /* Request from client */
+       struct winbindd_request *request;         /* Request from client */
+       struct winbindd_request _request;
        struct winbindd_response response;        /* Respose to client */
        bool getpwent_initialized;                /* Has getpwent_state been
                                                   * initialized? */