summaryrefslogtreecommitdiffstats
path: root/proxy/src/client/gpm_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/client/gpm_common.c')
-rw-r--r--proxy/src/client/gpm_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/client/gpm_common.c b/proxy/src/client/gpm_common.c
index df1f5a1..74296da 100644
--- a/proxy/src/client/gpm_common.c
+++ b/proxy/src/client/gpm_common.c
@@ -68,7 +68,7 @@ static int get_pipe_name(struct gpm_ctx *gpmctx, char *name)
const char *socket;
int ret;
- socket = getenv("GSSPROXY_SOCKET");
+ socket = gp_getenv("GSSPROXY_SOCKET");
if (!socket) {
socket = GP_SOCKET_NAME;
}