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, '/');