blob: d1841a48a268632154bf4ec3802aae58f3df724b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: illumos-nfs/usr/src/cmd/fs.d/nfs/lib/ref_subr.c
===================================================================
--- illumos-nfs.orig/usr/src/cmd/fs.d/nfs/lib/ref_subr.c 2012-10-08 04:25:23.000000000 +0400
+++ illumos-nfs/usr/src/cmd/fs.d/nfs/lib/ref_subr.c 2013-09-28 13:32:05.412509741 +0400
@@ -191,7 +191,7 @@
bcopy(path, buf, slen);
buf[slen] = '\0';
if (str_to_utf8(buf, &comp4[ncomp]) == NULL)
- return (NULL);
+ return (0);
}
ncomp++; /* 1 valid component */
|