From: Daniel Leite Date: Thu, 21 Jun 2007 08:45:18 +0000 (+0200) Subject: memory plugin: Fix a typo in the Solaris code. X-Git-Tag: collectd-4.0.4~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1e2be88ec45ed630796f5059348b393a55176973;p=collectd.git memory plugin: Fix a typo in the Solaris code. --- diff --git a/src/memory.c b/src/memory.c index 2acb4121..cb7e6882 100644 --- a/src/memory.c +++ b/src/memory.c @@ -305,7 +305,7 @@ static int memory_read (void) memory_submit ("used", mem_used); memory_submit ("free", mem_free); - memory_submit ("locked", mem_locked); + memory_submit ("locked", mem_lock); /* #endif defined(HAVE_LIBKSTAT) */ #elif defined(HAVE_LIBSTATGRAB)