« Return to Thread: Problem in working with domain DFS links

Re: Problem in working with domain DFS links

by Stefan (metze) Metzmacher :: Rate this Message:

Reply to Author | View in Thread

> + /* Is this really our servicename ? */
> + if (NULL == conn_find_byname(pdp->servicename)) {
> + DEBUG(10,("parse_dfs_path: %s is not our servicename\n",
> + pdp->servicename));
> + p = temp;
> + DEBUG(10,("parse_dfs_path: trying to convert %s "
> + "to a local path\n",
> + temp));
> + goto local_path;

Hi Jeremy,

Why do we need to check for a open connection to the share?
Why don't we just check that the share exists in the config?

metze



signature.asc (257 bytes) Download Attachment

 « Return to Thread: Problem in working with domain DFS links