upstream: initialize seconds for debug message; ok djm
OpenBSD-Commit-ID: 293fbefe6d00b4812a180ba02e26170e4c855b81
This commit is contained in:
parent
46e5c4c8ff
commit
8fae395f34
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: ssh-agent.c,v 1.256 2020/02/26 13:40:09 jsg Exp $ */
|
/* $OpenBSD: ssh-agent.c,v 1.257 2020/03/06 18:28:27 markus Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -428,7 +428,7 @@ process_add_identity(SocketEntry *e)
|
||||||
{
|
{
|
||||||
Identity *id;
|
Identity *id;
|
||||||
int success = 0, confirm = 0;
|
int success = 0, confirm = 0;
|
||||||
u_int seconds, maxsign;
|
u_int seconds = 0, maxsign;
|
||||||
char *fp, *comment = NULL, *ext_name = NULL, *sk_provider = NULL;
|
char *fp, *comment = NULL, *ext_name = NULL, *sk_provider = NULL;
|
||||||
char canonical_provider[PATH_MAX];
|
char canonical_provider[PATH_MAX];
|
||||||
time_t death = 0;
|
time_t death = 0;
|
||||||
|
|
Loading…
Reference in New Issue