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 8b5afb8..6a5648b 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) {