diff options
| author | Lou Berger <lberger@labn.net> | 2017-10-31 10:53:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-31 10:53:59 -0400 |
| commit | 820e1d547b62cc0d17ae1a2bb0b93a432f2c2cac (patch) | |
| tree | b4103c91a9432ce3ac42e052279056f3d8aa6e36 /lib/zclient.c | |
| parent | 7b29936438b8495b6f9089e639f6aacff77a84a8 (diff) | |
| parent | ea12cf1125ef21b334c1f1703ed6224242c15bf8 (diff) | |
Merge pull request #1366 from donaldsharp/bgp_non_integrated_zebra_redistribution
Bgp non integrated zebra redistribution
Diffstat (limited to 'lib/zclient.c')
| -rw-r--r-- | lib/zclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index d23e5fbd79..8ada2cf978 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -574,7 +574,6 @@ void zclient_init(struct zclient *zclient, int redist_default, /* Set default-information redistribute to zero. */ zclient->default_information = vrf_bitmap_init(); - ; if (zclient_debug) zlog_debug("zclient_start is called"); |
