From 889c363c5ea4ff5e4d76368bd99980306346fc51 Mon Sep 17 00:00:00 2001 From: Sheena Artrip Date: Tue, 13 Feb 2018 14:59:07 -0800 Subject: rpc: Adds rpcbind6 programs to libgfrpc symbols Building with --with-default-ipv6 causes shared components of gluster calling the rpcbind6 functions to fail. Adding the symbols in the list is all that is necessary. Building without ipv6 keeps the same behavior. No test cases as this is a build-specific fix. Change-Id: I248d3291bf17326b07d152d9b79cdcfaf9068f0d BUG: 1545724 Signed-off-by: Sheena Artrip --- rpc/rpc-lib/src/libgfrpc.sym | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpc/rpc-lib/src/libgfrpc.sym b/rpc/rpc-lib/src/libgfrpc.sym index 37484e435ad..89923b22192 100644 --- a/rpc/rpc-lib/src/libgfrpc.sym +++ b/rpc/rpc-lib/src/libgfrpc.sym @@ -32,8 +32,10 @@ rpcsvc_init_options rpcsvc_listener_destroy rpcsvc_program_register rpcsvc_program_register_portmap +rpcsvc_program_register_rpcbind6 rpcsvc_program_unregister rpcsvc_program_unregister_portmap +rpcsvc_program_unregister_rpcbind6 rpcsvc_reconfigure_options rpcsvc_register_notify rpcsvc_register_portmap_enabled -- cgit