summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f4e0ca6)
raw | patch | inline | side by side (parent: f4e0ca6)
author | Sean Campbell <campbellsean@campbellsean-cloudtop.c.googlers.com> | |
Thu, 12 Oct 2017 01:31:45 +0000 (21:31 -0400) | ||
committer | Sean Campbell <campbellsean@campbellsean-cloudtop.c.googlers.com> | |
Thu, 12 Oct 2017 01:31:45 +0000 (21:31 -0400) |
src/daemon/plugin_mock.c | patch | blob | history |
index ca985398af03cec02b34106201d6ecf059ad6b74..6df4c15df691b2c3c162ff6e2c39d76637aa2cb4 100644 (file)
--- a/src/daemon/plugin_mock.c
+++ b/src/daemon/plugin_mock.c
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 */
}