summaryrefslogtreecommitdiffstats
path: root/Assemble.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:20:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:20:40 +0000
commita8797415525fe24f8baf71088ec714f3902a1fa7 (patch)
tree900c6dcf46fca9767ba854e0cac83d5935c44274 /Assemble.c
parentAdding debian version 4.3-1. (diff)
downloadmdadm-a8797415525fe24f8baf71088ec714f3902a1fa7.tar.xz
mdadm-a8797415525fe24f8baf71088ec714f3902a1fa7.zip
Merging upstream version 4.3+20240412.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--Assemble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assemble.c b/Assemble.c
index 9d04205..f6c5b99 100644
--- a/Assemble.c
+++ b/Assemble.c
@@ -1988,7 +1988,7 @@ int assemble_container_content(struct supertype *st, int mdfd,
* and ignoring special character on the first place.
*/
if (strcmp(sra->text_version + 1, content->text_version + 1) != 0) {
- if (sysfs_set_array(content, 9003) != 0) {
+ if (sysfs_set_array(content) != 0) {
sysfs_free(sra);
return 1;
}