diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/rpc/auth_gss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/auth_gss.c b/src/lib/rpc/auth_gss.c index 4e92699e1..7d143ccbe 100644 --- a/src/lib/rpc/auth_gss.c +++ b/src/lib/rpc/auth_gss.c @@ -423,7 +423,7 @@ authgss_refresh(AUTH *auth, struct rpc_msg *msg) gd->sec.mech, gd->sec.req_flags, 0, /* time req */ - NULL, /* channel */ + GSS_C_NO_CHANNEL_BINDINGS, recv_tokenp, NULL, /* used mech */ &send_token, |
