Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" are...
authorJeremy Allison <jra@samba.org>
Thu, 11 Feb 2010 22:45:53 +0000 (14:45 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 11 Feb 2010 22:45:53 +0000 (14:45 -0800)
commit02a5078f1fe6285e4a0b6ad95a3aea1c5bb3e8cf
treef6749ba09a9f6e56b6697454421392c33f72843b
parent5d92d969dda450cc3564dd2265d2b042d832c542
Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" are incompatible.

Volker pointed out that the preexec scripts get passed the conn->connectpath
as a parameter, so call canonicalize_connect_path() both *before* and after
the preexec scripts. Ignore errors on the call before the preexec scripts,
as the path may not exist until created by the preexec scripts.

Jeremy.
source3/smbd/service.c