src/common.c, memory plugin: Fix a potential problem under Solaris.
authorFlorian Forster <octo@noris.net>
Fri, 13 Mar 2009 17:23:20 +0000 (18:23 +0100)
committerFlorian Forster <octo@noris.net>
Fri, 13 Mar 2009 17:23:20 +0000 (18:23 +0100)
commit20f9591f4a37e0cf9bd7f8d9206c4c51a0617a63
treee71b9cf95adc3595eaa2581818ab533321c3fbea
parent40e7714ab36e7e5136938cac095e56f7b50db805
src/common.c, memory plugin: Fix a potential problem under Solaris.

When the kstat chain has been updated (and init is called again),
get_kstat should overwrite the existing kstat pointer thingy.
src/common.c
src/memory.c