Don't fail with an error if an attribute that is to be deleted does not exist
This commit is contained in:
committed by
Andreas Steffen
parent
4f9b82bc1d
commit
341372d525
@@ -441,8 +441,6 @@ void del_attr(char *name, char *value, value_type_t value_type)
|
|||||||
blob.len, blob.ptr);
|
blob.len, blob.ptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
free(blob.ptr);
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
}
|
||||||
free(blob.ptr);
|
free(blob.ptr);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user