From 6ed09f6b3cf24dda27de12b904dc136520001d9b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 24 Nov 2014 12:25:17 +0000 Subject: [PATCH] examiner: Fix plugin name. --- examiner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examiner.c b/examiner.c index 7915f47..0bef724 100644 --- a/examiner.c +++ b/examiner.c @@ -612,7 +612,7 @@ print_range (uint64_t start, uint64_t end, const char *object, void *opaque) /* Register the nbdkit plugin. */ static struct nbdkit_plugin plugin = { - .name = "virtbmap", + .name = "virtbmapexaminer", .version = PACKAGE_VERSION, .config = bmap_config, .config_help = bmap_config_help, -- 1.8.3.1