summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi/gss_add_cred.c
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-25 09:24:04 -0300
committerRenato Botelho <renato@netgate.com>2016-04-25 09:24:04 -0300
commitd3c47eaa9d2ca52cf936c0801b144ff5a228ad56 (patch)
tree264c7f84714038dc366de9298876def5ec56bbc3 /lib/libgssapi/gss_add_cred.c
parentea9ba1a51b165fe4540662a900bb800f501bdf74 (diff)
parentdce9e3914e6275f657335fa04e3ccf117d07edda (diff)
downloadFreeBSD-src-d3c47eaa9d2ca52cf936c0801b144ff5a228ad56.zip
FreeBSD-src-d3c47eaa9d2ca52cf936c0801b144ff5a228ad56.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'lib/libgssapi/gss_add_cred.c')
-rw-r--r--lib/libgssapi/gss_add_cred.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libgssapi/gss_add_cred.c b/lib/libgssapi/gss_add_cred.c
index 4dcca18..34e29b1 100644
--- a/lib/libgssapi/gss_add_cred.c
+++ b/lib/libgssapi/gss_add_cred.c
@@ -121,7 +121,7 @@ gss_add_cred(OM_uint32 *minor_status,
* gss_add_cred for that mechanism, otherwise we copy the mc
* to new_cred.
*/
- target_mc = 0;
+ target_mc = NULL;
if (cred) {
SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {
if (gss_oid_equal(mc->gmc_mech_oid, desired_mech)) {
@@ -151,7 +151,7 @@ gss_add_cred(OM_uint32 *minor_status,
return (major_status);
}
} else {
- mn = 0;
+ mn = NULL;
}
m = _gss_find_mech_switch(desired_mech);
OpenPOWER on IntegriCloud