memory plugin: Fix a typo in the Solaris code.
authorDaniel Leite <dleite@portoeditora.pt>
Thu, 21 Jun 2007 08:45:18 +0000 (10:45 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 21 Jun 2007 08:45:18 +0000 (10:45 +0200)
src/memory.c

index 2acb412..cb7e688 100644 (file)
@@ -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)