mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
occtl: fixed uninitialized value
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -733,7 +733,7 @@ void session_list(struct unix_ctx *ctx, SecmListCookiesReplyMsg *rep, FILE *out,
|
||||
{
|
||||
unsigned i;
|
||||
const char *username;
|
||||
char tmpbuf[MAX_TMPSTR_SIZE];
|
||||
char tmpbuf[MAX_TMPSTR_SIZE] = "";
|
||||
time_t t;
|
||||
struct tm *tm, _tm;
|
||||
char str_since[65];
|
||||
|
||||
Reference in New Issue
Block a user