From d8647095529884ad1d15e4966eb9cd69f5edb66c Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Sun, 22 Apr 2018 22:10:54 -0400 Subject: zebra: cleanup for zapi_msg.c split * Rename client_connect and client_close hooks to zapi_client_connect and zapi_client_close * Remove some more unnecessary headers * Fix a copy-paste error in zapi_msg.[ch] header comments * Fix an inclusion comment in zserv.c Signed-off-by: Quentin Young --- zebra/zebra_pw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_pw.c') diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c index f26226e752..28e09fe193 100644 --- a/zebra/zebra_pw.c +++ b/zebra/zebra_pw.c @@ -292,7 +292,7 @@ void zebra_pw_init(struct zebra_vrf *zvrf) RB_INIT(zebra_pw_head, &zvrf->pseudowires); RB_INIT(zebra_static_pw_head, &zvrf->static_pseudowires); - hook_register(client_close, zebra_pw_client_close); + hook_register(zapi_client_close, zebra_pw_client_close); } void zebra_pw_exit(struct zebra_vrf *zvrf) -- cgit v1.2.3