diff options
-rw-r--r-- | source3/smbd/nttrans.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 56eef9b4e2..f7df37b433 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -305,6 +305,7 @@ static struct case_semantics_state *set_posix_case_semantics(TALLOC_CTX *mem_ctx return NULL; } + result->conn = conn; result->case_sensitive = conn->case_sensitive; result->case_preserve = conn->case_preserve; result->short_case_preserve = conn->short_case_preserve; |