Fixed segfault in extended make_connection()
commit87f085d3d30ebc0fde68dd599c1ce69a1314e6e7
authorTom Parkin <tom.parkin@dbamsystems.com>
Mon, 17 Nov 2008 13:07:52 +0000 (17 13:07 +0000)
committerSam Liddicott <sam@liddicott.com>
Wed, 10 Dec 2008 10:10:59 +0000 (10 10:10 +0000)
tree013121f43a18d2ddac46b4598a368215c5ed623e
parentb6c98e46b79fa33d47fe03c7f47008270d13c5bc
Fixed segfault in extended make_connection()

We were using the nvtfs field of smbsrv_request in make_connection()
to get at lp_ctx for the extended share name.  Sadly, ntvfs turns out
to be null at this point.

Instead we now use the smb_conn field.
source4/smb_server/smb/service.c