diff options
Diffstat (limited to 'proxy/src/gp_init.c')
-rw-r--r-- | proxy/src/gp_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_init.c b/proxy/src/gp_init.c index 835c049..c0cdb92 100644 --- a/proxy/src/gp_init.c +++ b/proxy/src/gp_init.c @@ -66,7 +66,7 @@ void init_server(bool daemonize) setlocale(LC_ALL, ""); /* Set env var to avoid looping to ourselves in GSSAPI */ - setenv("_GSSPROXY_LOOPS", "NO", 0); + setenv("GSS_USE_PROXY", "NO", 0); gp_logging_init(); } |