Don't declare the 'temp' timeval as static.
This commit is contained in:
parent
f117eafcb4
commit
304f1e533c
@ -562,7 +562,8 @@ void
|
||||
dumpheader(struct ktr_header *kth)
|
||||
{
|
||||
static char unknown[64];
|
||||
static struct timeval prevtime, prevtime_e, temp;
|
||||
static struct timeval prevtime, prevtime_e;
|
||||
struct timeval temp;
|
||||
const char *type;
|
||||
const char *sign;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user