diff options
author | Shirish Kalele <kalele@samba.org> | 2000-05-26 17:10:40 +0000 |
---|---|---|
committer | Shirish Kalele <kalele@samba.org> | 2000-05-26 17:10:40 +0000 |
commit | 8a86541e282424c4e0ea5626b26e818779ba0375 (patch) | |
tree | 316f69e049082a18c2151af46e8c11df43994595 /source3/smbd/nttrans.c | |
parent | 9c4079d8c3b158369585d33f7b19fc7bd585401e (diff) | |
download | samba-8a86541e282424c4e0ea5626b26e818779ba0375.tar.gz samba-8a86541e282424c4e0ea5626b26e818779ba0375.tar.bz2 samba-8a86541e282424c4e0ea5626b26e818779ba0375.zip |
Changed MS_DFS to WITH_MSDFS throughout.
Fixed trans2 calls on IPC$ to let dfs referral calls through.
(This used to be commit e0965a80bdca5239886b11ef55dc29fed261bfc0)
Diffstat (limited to 'source3/smbd/nttrans.c')
-rw-r--r-- | source3/smbd/nttrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 27635cae25..f64ca386f8 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -44,7 +44,7 @@ static char *known_nt_pipes[] = { "\\lsarpc", "\\winreg", "\\spoolss", -#ifdef MS_DFS +#ifdef WITH_MSDFS "\\netdfs", #endif NULL |