From: Volker Lendecke Date: Mon, 16 Jul 2007 19:36:46 +0000 (+0000) Subject: r23903: Fix a potential reason for the segfault Steve found X-Git-Tag: samba-4.0.0alpha6~801^2~5343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8590753ce0745ee1811bd68bb96aad5fe123a3;p=thirdparty%2Fsamba.git r23903: Fix a potential reason for the segfault Steve found (This used to be commit c06bc91085c24bf6cc4491448ba12c5c2f1c7937) --- diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 56eef9b4e29..f7df37b4337 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;