]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Trivial build fix.
authorGabriel <g2p.code@gmail.com>
Fri, 12 Apr 2013 00:30:04 +0000 (02:30 +0200)
committerGabriel <g2p.code@gmail.com>
Fri, 12 Apr 2013 00:30:04 +0000 (02:30 +0200)
make-bcache.c

index 4efd8c0c0f9695e4d664b1e434a6576e72122e32..1c5d3e6bed0bc7aa3746d0c09480e68d4cc242bc 100644 (file)
@@ -312,7 +312,7 @@ int main(int argc, char **argv)
                        }
                        break;
                case 'u':
-                       if (uuid_parse(optarg, sb->set_uuid)) {
+                       if (uuid_parse(optarg, set_uuid)) {
                                printf("Bad uuid\n");
                                exit(EXIT_FAILURE);
                        }