Remove test value in previous commit

This commit is contained in:
Jarrod Johnson 2014-05-20 15:15:25 -04:00
parent 802366a48e
commit a7484ee4ec

View File

@ -390,7 +390,7 @@ foreach my $node (sort keys %$cfgenthash) {
}
} else {
$parameters{name} = $node;
$confluent->create('/nodes/bob/', parameters=>\%parameters);
$confluent->create('/nodes/', parameters=>\%parameters);
my $rsp = $confluent->next_result();
while ($rsp) {
if (exists $rsp->{error}) {