diff options
Diffstat (limited to 'source3/libsmb/clifile.c')
-rw-r--r-- | source3/libsmb/clifile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clifile.c b/source3/libsmb/clifile.c index 07af894d34..802fab95a0 100644 --- a/source3/libsmb/clifile.c +++ b/source3/libsmb/clifile.c @@ -591,7 +591,7 @@ struct tevent_req *cli_posix_getfacl_send(TALLOC_CTX *mem_ctx, const char *fname) { struct tevent_req *req = NULL, *subreq = NULL; - struct link_state *state = NULL; + struct getfacl_state *state = NULL; req = tevent_req_create(mem_ctx, &state, struct getfacl_state); if (req == NULL) { |