Skip to content
Snippets Groups Projects
Commit 8f74e9ca authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

ITS#5248: use volatile sig_atomic_t for signal variable gotsig

parent af50afcb
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
#include "slapcommon.h"
#include "ldif.h"
static int gotsig;
static volatile sig_atomic_t gotsig;
static RETSIGTYPE
slapcat_sig( int sig )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment