blob: d7f49686696bafd407819a70579ca3f46afd0364 [file] [log] [blame]
Brad Bishop00111322018-04-01 22:23:53 -04001Upstream-Status: Backport
2Signed-off-by: Ross Burton <ross.burton@intel.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -05003
Brad Bishop00111322018-04-01 22:23:53 -04004From e51d67549b516b2dac6c71d92c8499f6e67125ad Mon Sep 17 00:00:00 2001
5From: Thorsten Kukuk <kukuk@thkukuk.de>
6Date: Tue, 14 Nov 2017 10:43:53 -0500
7Subject: [PATCH] Fix typo in src/libtirpc.map
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
Brad Bishop00111322018-04-01 22:23:53 -04009Which prevents that key_secretkey_is_set will be exported.
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
Brad Bishop00111322018-04-01 22:23:53 -040011Signed-off-by: Thorsten Kukuk <kukuk@suse.de>
12Signed-off-by: Steve Dickson <steved@redhat.com>
13---
14 src/libtirpc.map | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
Brad Bishop00111322018-04-01 22:23:53 -040017diff --git a/src/libtirpc.map b/src/libtirpc.map
18index f385de5..21d6065 100644
19--- a/src/libtirpc.map
20+++ b/src/libtirpc.map
Brad Bishopd7bf8c12018-02-25 22:55:05 -050021@@ -298,7 +298,7 @@ TIRPC_0.3.2 {
22 key_gendes;
23 key_get_conv;
24 key_setsecret;
25- key_secret_is_set;
26+ key_secretkey_is_set;
27 key_setnet;
28 netname2host;
29 netname2user;
Brad Bishop00111322018-04-01 22:23:53 -040030--
311.8.3.1