Page MenuHomeFreeBSD

D16068.id44652.diff
No OneTemporary

D16068.id44652.diff

Index: stand/zfs/zfs.c
===================================================================
--- stand/zfs/zfs.c
+++ stand/zfs/zfs.c
@@ -660,7 +660,7 @@
if (*np != ':')
return (EINVAL);
np++;
- end = strchr(np, ':');
+ end = strrchr(np, ':');
if (end == NULL)
return (EINVAL);
sep = strchr(np, '/');

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 27, 1:33 AM (1 h, 22 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37341675
Default Alt Text
D16068.id44652.diff (312 B)

Event Timeline