> + /* 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