Merge branch 'collectd-5.7'
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 6 Jun 2017 08:31:07 +0000 (10:31 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 6 Jun 2017 08:31:07 +0000 (10:31 +0200)
Conflicts:
src/intel_rdt.c

1  2 
src/intel_rdt.c

diff --cc src/intel_rdt.c
@@@ -568,7 -546,7 +563,7 @@@ static int rdt_config(oconfig_item_t *c
             reports a failure in configuration and
             aborts
           */
-         goto exit;
 -      return (0);
++        return (0);
        }
  
  #if COLLECT_DEBUG
      }
    }
  
- exit:
 -  return (0);
 +  return 0;
  }
  
  static void rdt_submit_derive(char *cgroup, char *type, char *type_instance,