summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/rawlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/rawlog.c b/src/core/rawlog.c
index 43f140f3..2ec155fa 100644
--- a/src/core/rawlog.c
+++ b/src/core/rawlog.c
@@ -144,7 +144,7 @@ void rawlog_close(RAWLOG_REC *rawlog)
if (rawlog->logging) {
write_buffer_flush();
close(rawlog->handle);
- rawlog->logging = 0;
+ rawlog->logging = FALSE;
}
}