aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel <g2p.code@gmail.com>2013-04-12 02:30:04 +0200
committerGabriel <g2p.code@gmail.com>2013-04-12 02:30:04 +0200
commit1407bb0c2adb57dde6e927e9c3e3c60c05b439ba (patch)
treea83f9275e84dd10d5a79c9833aeb5994f6ba40ca
parentdc405a8f9450fd3f115f659a9362c564f9b2152e (diff)
downloadbcache-tools-1407bb0c2adb57dde6e927e9c3e3c60c05b439ba.tar.gz
Trivial build fix.
-rw-r--r--make-bcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-bcache.c b/make-bcache.c
index 4efd8c0c..1c5d3e6b 100644
--- a/make-bcache.c
+++ b/make-bcache.c
@@ -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);
}