Page MenuHomeFreeBSD

D16068.id.diff
No OneTemporary

D16068.id.diff

Index: head/stand/zfs/zfs.c
===================================================================
--- head/stand/zfs/zfs.c
+++ head/stand/zfs/zfs.c
@@ -662,7 +662,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
Tue, Mar 17, 8:03 AM (12 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29796850
Default Alt Text
D16068.id.diff (327 B)

Event Timeline