summaryrefslogtreecommitdiff
path: root/net-fs/nfs-utils/files/nfs-utils-2.3.1-svcgssd_undefined_reference.patch
blob: 2134cedaea49ce2d1ecf2000e2b807fc91479872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/641912

--- nfs-utils-2.3.1/utils/gssd/svcgssd.c
+++ nfs-utils-2.3.1/utils/gssd/svcgssd.c
@@ -101,7 +101,7 @@
 	char *principal = NULL;
 	char *s;
 
-	conf_init(NFS_CONFFILE); 
+	conf_init_file(NFS_CONFFILE); 
 
 	s = conf_get_str("svcgssd", "principal");
 	if (!s)