Code

Fix copy/paste typo in config option handler
authorScott Sanders <scott@jssjr.com>
Mon, 26 Dec 2011 16:34:52 +0000 (11:34 -0500)
committerScott Sanders <scott@jssjr.com>
Mon, 26 Dec 2011 16:34:52 +0000 (11:34 -0500)
Spotted by Pavel Korovin. Thanks!

src/write_graphite.c

index 8b5afb812bb62c47fe24af4378a10700db23ae99..6a5648b94a961512f9d035a96c29a934e5c9e058 100644 (file)
@@ -698,7 +698,7 @@ static int wg_config_carbon (oconfig_item_t *ci)
             ERROR ("Unable to allocate memory for hostname prefix buffer");
             return (-1);
         }
-        cb->postfix[0] = '\0';
+        cb->prefix[0] = '\0';
     }
 
     if (cb->postfix == NULL) {