summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a294a8d)
raw | patch | inline | side by side (parent: a294a8d)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 7 Feb 2011 07:31:37 +0000 (08:31 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 7 Feb 2011 07:31:37 +0000 (08:31 +0100) |
src/exec.c | patch | blob | history |
diff --git a/src/exec.c b/src/exec.c
index c64f949fc57b4ac5cff424a6b27e7cd283e13184..639b5d45b9dd310509dd0a763404de6e6ffabb7b 100644 (file)
--- a/src/exec.c
+++ b/src/exec.c
ssnprintf (buffer, sizeof (buffer), "COLLECTD_HOSTNAME=%s", hostname_g);
putenv (buffer);
#endif
-
-#ifdef HAVE_SETENV
-#else
-#endif
} /* }}} void set_environment */
__attribute__((noreturn))