diff options
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/session.c b/accel-pppd/session.c index 1efad5e..c74de57 100644 --- a/accel-pppd/session.c +++ b/accel-pppd/session.c @@ -43,7 +43,7 @@ int __export urandom_fd; int __export ap_shutdown; #if __WORDSIZE == 32 -static spinlock_t seq_lock; +static spinlock_t seq_lock = SPINLOCK_INITIALIZER; #endif static long long unsigned seq; static struct timespec seq_ts; |