diff options
-rw-r--r-- | src/core/rawlog.c | 2 |
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; } } |