Leftover reference to hostname_g[].
authorSean Campbell <campbellsean@campbellsean-cloudtop.c.googlers.com>
Thu, 12 Oct 2017 01:31:45 +0000 (21:31 -0400)
committerSean Campbell <campbellsean@campbellsean-cloudtop.c.googlers.com>
Thu, 12 Oct 2017 01:31:45 +0000 (21:31 -0400)
src/daemon/plugin_mock.c

index ca98539..6df4c15 100644 (file)
@@ -30,7 +30,7 @@
 kstat_ctl_t *kc = NULL;
 #endif /* HAVE_LIBKSTAT */
 
-char hostname_g[] = "example.com";
+char *hostname_g = "example.com";
 
 void plugin_set_dir(const char *dir) { /* nop */
 }