mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
winnt-client-config-submount-fix-20030313
"Atempts to add a new drive, to the root, with a sub mount name, will sometimes return error #35"
This commit is contained in:
parent
7187d07423
commit
3c22e61e23
@ -1735,7 +1735,9 @@ long cm_IoctlMakeSubmount(smb_ioctl_t *ioctlp, cm_user_t *userp)
|
||||
* leading "/afs" when writing out the submount.
|
||||
*/
|
||||
WritePrivateProfileString("AFS Submounts",
|
||||
submountreqp, &afspath[strlen("/afs")],
|
||||
submountreqp,
|
||||
(strlen(&afspath[strlen("/afs")])) ?
|
||||
&afspath[strlen("/afs")]:"/",
|
||||
"afsdsbmt.ini");
|
||||
|
||||
strcpy(ioctlp->outDatap, submountreqp);
|
||||
|
Loading…
Reference in New Issue
Block a user