patch-2.4.13 linux/fs/nfsd/nfsxdr.c
Next file: linux/fs/ntfs/fs.c
Previous file: linux/fs/nfsd/nfssvc.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Oct 17 14:16:34 2001
- Orig file:
v2.4.12/linux/fs/nfsd/nfsxdr.c
- Orig date:
Tue Oct 9 17:06:53 2001
diff -u --recursive --new-file v2.4.12/linux/fs/nfsd/nfsxdr.c linux/fs/nfsd/nfsxdr.c
@@ -70,7 +70,6 @@
if (*name == '\0' || *name == '/')
return NULL;
}
- *name = '\0';
}
return p;
@@ -87,7 +86,6 @@
if (*name == '\0')
return NULL;
}
- *name = '\0';
}
return p;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)