Whamcloud - gitweb
LU-9859 libcfs: remove Lustre specific bitmap handling
[fs/lustre-release.git] / snmp / lustre-snmp.c
index 3d8bcbc..bf3afb4 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * snmp/lustre-snmp.c
  *
@@ -713,7 +712,7 @@ void deinit_lustresnmp(void) {
        /* deregister ourselves with the agent */
        unregister_mib(clusterFileSystems_variables_oid,
                       sizeof(clusterFileSystems_variables_oid)/
-                      sizeof(clusterFileSystems_variables_oid));
+                      sizeof(clusterFileSystems_variables_oid[0]));
 
        terminate_trap_handler();