]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix typo in rcu_do()
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 19 Jun 2024 20:32:54 +0000 (22:32 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 20 Jun 2024 09:04:09 +0000 (11:04 +0200)
commit1f67dfb1438e74e5258786d4a769084354fd375b
tree3fdb2854f9b06bb705f6d7d02c0c211b074149d1
parent8aeac1f005d5b462314c73db098878042fe6c444
lib: fix typo in rcu_do()

I lost an underscore somewhere along the way.  Which never caused issues
because we don't use that function macro.  It is, however, useful for
testing, so fix it.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/frrcu.h