]> sourceware.org Git - systemtap.git/commitdiff
pr23476 fixup for 4.1 :: typo fix in array stat map auto-naming
authorSerhei Makarov <smakarov@redhat.com>
Thu, 2 May 2019 21:36:51 +0000 (17:36 -0400)
committerSerhei Makarov <smakarov@redhat.com>
Thu, 2 May 2019 21:36:51 +0000 (17:36 -0400)
bpf-translate.cxx

index a117cc933b93bbba37a9bd7d3c563b8399e24f4f..6b12930fdf580c373a132c710272ec9ebcafd004 100644 (file)
@@ -3853,7 +3853,7 @@ output_maps(BPF_Output &eo, globals &glob)
   for (auto i = glob.array_stats.begin(); i != glob.array_stats.end(); ++i)
     {
       vardecl *v = i->first;
-      for (auto j = i->second.begin(); j != i->second.end(); ++i)
+      for (auto j = i->second.begin(); j != i->second.end(); ++j)
         {
           std::string f = j->first;
           unsigned m = j->second;
This page took 0.03078 seconds and 5 git commands to generate.