Page MenuHomeFreeBSD

D16068.diff
No OneTemporary

D16068.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
Wed, Aug 26, 6:50 PM (37 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37317660
Default Alt Text
D16068.diff (327 B)

Event Timeline