kuser: Fix error produced by compiling with FORTIFY_SOURCE=2
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
744678eb03
commit
db5c8711b4
@@ -1744,7 +1744,7 @@ main(int argc, char **argv)
|
|||||||
pk_anon_fast_armor = 0;
|
pk_anon_fast_armor = 0;
|
||||||
} else if (argc && argv[0][0] == '@' &&
|
} else if (argc && argv[0][0] == '@' &&
|
||||||
(gss_preauth_mech || anonymous_flag)) {
|
(gss_preauth_mech || anonymous_flag)) {
|
||||||
const char *instance;
|
const char *instance = NULL;
|
||||||
|
|
||||||
if (gss_preauth_mech) {
|
if (gss_preauth_mech) {
|
||||||
instance = KRB5_FEDERATED_NAME;
|
instance = KRB5_FEDERATED_NAME;
|
||||||
|
Reference in New Issue
Block a user