diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-01-12 08:43:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 08:43:53 -0500 |
| commit | 7874422ad208548ac8b95aafbeb06cbdf9013166 (patch) | |
| tree | 7fe7f0f06e8665478b6f64a46e602c47fac90e73 /zebra/sample_plugin.c | |
| parent | bc560f64d98fff6045ce5cb093ff32d91774a24d (diff) | |
| parent | b9f15b49b29859badecd41f3656d460a419085dc (diff) | |
Merge pull request #7850 from mjstapp/build_dplane_plugin
zebra: build the sample dataplane plugin
Diffstat (limited to 'zebra/sample_plugin.c')
| -rw-r--r-- | zebra/sample_plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/sample_plugin.c b/zebra/sample_plugin.c index c96a86cc73..464205f2f3 100644 --- a/zebra/sample_plugin.c +++ b/zebra/sample_plugin.c @@ -92,7 +92,6 @@ static int sample_process(struct zebra_dplane_provider *prov) static int init_sample_plugin(struct thread_master *tm) { int ret; - struct zebra_dplane_provider *prov = NULL; /* Note that we don't use or store the thread_master 'tm'. We * don't use the zebra main pthread: our plugin code will run in |
