Skip to content

Commit

Permalink
Good job, me, pushing code without first trying to compile it locally…
Browse files Browse the repository at this point in the history
… with --enable-debug
  • Loading branch information
loli10K committed Dec 2, 2016
1 parent 822a697 commit fca3af0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module/zfs/zfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4231,11 +4231,8 @@ zfs_ioc_recv_impl(char *tofs, char *tosnap, char *origin, nvlist_t *recvprops,
// nvlist_t *xprops = fnvlist_alloc();
nvpair_t *nvp = NULL;
while ((nvp = nvlist_next_nvpair(cmdprops, nvp)) != NULL) {
const char *name = nvpair_name(nvp);
zfs_prop_t prop = zfs_name_to_prop(name);
if (nvpair_type(nvp) == DATA_TYPE_BOOLEAN) {
const char *name = nvpair_name(nvp);
zfs_prop_t prop = zfs_name_to_prop(name);
// fnvlist_add_string(xprops, name, "");
// fnvlist_add_boolean(xprops, name);
dsl_prop_inherit(tofs, name,
Expand Down

0 comments on commit fca3af0

Please sign in to comment.