authgss_refresh(): Use GSS_C_NO_CHANNEL_BINDINGS macro
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 18 Jul 2006 19:43:52 +0000 (19:43 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 18 Jul 2006 19:43:52 +0000 (19:43 +0000)
instead of NULL with gss_init_sec_context to increase readbility.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18337 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/auth_gss.c

index 4e92699e10ef900e4a858f0fe426f82022df1803..7d143ccbe9a734e07bee06abdf4820fcfb1372b0 100644 (file)
@@ -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,