Page MenuHomeFreeBSD

D13596.id.diff
No OneTemporary

D13596.id.diff

Index: head/sys/kern/vfs_export.c
===================================================================
--- head/sys/kern/vfs_export.c
+++ head/sys/kern/vfs_export.c
@@ -412,7 +412,7 @@
* If an indexfile was specified, pull it in.
*/
if (argp->ex_indexfile != NULL) {
- if (nfs_pub.np_index != NULL)
+ if (nfs_pub.np_index == NULL)
nfs_pub.np_index = malloc(MAXNAMLEN + 1, M_TEMP,
M_WAITOK);
error = copyinstr(argp->ex_indexfile, nfs_pub.np_index,

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 29, 7:23 PM (9 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32381758
Default Alt Text
D13596.id.diff (471 B)

Event Timeline