]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
rpc.idmap: Hide global symbols from libidmap plugins
authorNoah Friedman <friedman@splode.com>
Thu, 15 Mar 2012 16:52:50 +0000 (12:52 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 16 Mar 2012 13:52:47 +0000 (09:52 -0400)
This patch limits the visibility of the symbols in the nfs-utils
conffile.c so that they are only visible to programs linked directly to
it.  This forces the objects dynamically loaded via libnfsidmap to use
the functions defined in that shared library instead.

Signed-off-by: Steve Dickson <steved@redhat.com>

No differences found