summaryrefslogtreecommitdiffstats
path: root/utils/gssd/svcgssd.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gssd/svcgssd.c')
-rw-r--r--utils/gssd/svcgssd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/gssd/svcgssd.c b/utils/gssd/svcgssd.c
index 1fb579a..3514ae1 100644
--- a/utils/gssd/svcgssd.c
+++ b/utils/gssd/svcgssd.c
@@ -63,8 +63,6 @@
#include "err_util.h"
#include "conffile.h"
-char *conf_path = NFS_CONFFILE;
-
void
sig_die(int signal)
{
@@ -103,7 +101,7 @@ main(int argc, char *argv[])
char *principal = NULL;
char *s;
- conf_init();
+ conf_init(NFS_CONFFILE);
s = conf_get_str("svcgssd", "principal");
if (!s)