Remove #ifdef's around parse_dfs_path_strict() as we're
now using it.
Note we no longer use allow_broken_path.
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
return match;
}
-#if 0
/**********************************************************************
Parse a DFS pathname of the form(s)
TALLOC_FREE(pathname_local);
return status;
}
-#endif
/**********************************************************************
Parse a DFS pathname of the form /hostname/service/reqpath
*self_referralp = False;
- status = parse_dfs_path(frame,
- NULL,
+ status = parse_dfs_path_strict(
+ frame,
dfs_path,
- allow_broken_path,
- NULL,
+ NULL, /* hostname */
&servicename,
&reqpath);
if (!NT_STATUS_IS_OK(status)) {