]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r23903: Fix a potential reason for the segfault Steve found
authorVolker Lendecke <vlendec@samba.org>
Mon, 16 Jul 2007 19:36:46 +0000 (19:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:40 +0000 (12:28 -0500)
(This used to be commit c06bc91085c24bf6cc4491448ba12c5c2f1c7937)

source3/smbd/nttrans.c

index 56eef9b4e29aaeb833b3ebc00413d54ab961f72e..f7df37b4337d2776edf3e6f90a92c0c7342e341e 100644 (file)
@@ -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;