1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r21803: Missed part of patch to make self-referrals work.

Jeremy.
This commit is contained in:
Jeremy Allison 2007-03-12 20:10:12 +00:00 committed by Gerald (Jerry) Carter
parent 8700cd71bb
commit b1fa55e513

View File

@ -483,6 +483,7 @@ static NTSTATUS dfs_redirect( connection_struct *conn,
}
if (dp.reqpath[0] == '\0') {
pstrcpy(dfs_path, dp.reqpath);
DEBUG(5,("dfs_redirect: self-referral.\n"));
return NT_STATUS_OK;
}