chiark / gitweb /
rules: md - add mdadm 3 device naming
[elogind.git] / extras / collect / collect.c
index 355b85b5cfdb6199c63caa95bb1c5acf3b1d33a9..3a7e826e4dfd0ce80b914cdfd0196d1cb66ce529 100644 (file)
@@ -171,8 +171,7 @@ static int checkout(int fd)
                                if (debug)
                                        fprintf(stderr, "Found word %s\n", word);
                                him = malloc(sizeof (struct _mate));
-                               him->name = malloc(strlen(word) + 1);
-                               strcpy(him->name, word);
+                               him->name = strdup(word);
                                him->state = STATE_OLD;
                                udev_list_node_append(&him->node, &bunch);
                                word = NULL;