From 94bcf05a021c4a1f21494de006306229d6a983a1 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 3 Nov 2019 13:28:56 -0600 Subject: [PATCH] CID 1455246 --- src/bin/radwho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/radwho.c b/src/bin/radwho.c index 24e768d10a2..0485ca5cfba 100644 --- a/src/bin/radwho.c +++ b/src/bin/radwho.c @@ -112,7 +112,7 @@ static char *dotime(time_t t) * The caller must provide the output buffer buf * (which must be at least 26 characters long) */ - char buff[26]; + static char buff[26]; char *s = ctime_r(&t, buff); if (showname) { -- 2.47.3