~ubuntu-branches/ubuntu/gutsy/mdadm/gutsy

« back to all changes in this revision

Viewing changes to config.c

  • Committer: Package Import Robot
  • Author(s): Fabio M. Di Nitto
  • Date: 2006-11-20 06:56:19 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20061120065619-2sr98cpmlv8dcqzt
Tags: 2.5.6-5ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
464
464
                                fprintf(stderr, Name ": only specify bitmap file once. %s ignored\n",
465
465
                                        w);
466
466
                        else
467
 
                                mis.bitmap_file = w+7;
 
467
                                mis.bitmap_file = strdup(w+7);
468
468
 
469
469
                } else if (strncasecmp(w, "devices=", 8 ) == 0 ) {
470
470
                        if (mis.devices)