gss: Fix warnings

This commit is contained in:
Nicolas Williams
2021-03-27 23:28:17 -05:00
parent 65caff79a3
commit 96b7ea671d
14 changed files with 58 additions and 32 deletions

View File

@@ -520,7 +520,8 @@ gss_krb5_ccache_name(OM_uint32 *minor_status,
}
}
*out_name = args.out_name;
if (out_name)
*out_name = args.out_name;
return major_status;
}