X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fmount_zfs%2Fmount_zfs.c;h=c38ba51c3e84cdcd8f96c4c36af93d5a591391d7;hb=577468215b714cddea60239192a457130bb44574;hp=aff9e100399a50426296d1af9593c9e0e6c841d0;hpb=f47c42e2143ccf83bb5ddca4251c9db14859a0b5;p=zfs.git diff --git a/cmd/mount_zfs/mount_zfs.c b/cmd/mount_zfs/mount_zfs.c index aff9e10..c38ba51 100644 --- a/cmd/mount_zfs/mount_zfs.c +++ b/cmd/mount_zfs/mount_zfs.c @@ -120,6 +120,7 @@ parse_option(char *mntopt, unsigned long *mntflags, if (*ptr == '=') { *ptr = '\0'; value = ptr+1; + VERIFY3P(value, !=, NULL); break; } }