mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Fixing little typo with big impact.
This commit is contained in:
parent
01d91602ca
commit
9829cf9a29
3 changed files with 7 additions and 2 deletions
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
2.0-912 | 2012-08-03 10:44:46 -0700
|
||||||
|
|
||||||
|
* Fixing little typo with big impact. (Robin Sommer)
|
||||||
|
|
||||||
|
|
||||||
2.1-beta | 2012-07-30 11:59:53 -0700
|
2.1-beta | 2012-07-30 11:59:53 -0700
|
||||||
|
|
||||||
* Improve log filter compatibility with remote logging. Addresses
|
* Improve log filter compatibility with remote logging. Addresses
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.1-beta
|
2.0-912
|
||||||
|
|
|
@ -359,7 +359,7 @@ bool Ascii::DoWrite(int num_fields, const Field* const * fields,
|
||||||
if ( ! safe_write(fd, bytes, len) )
|
if ( ! safe_write(fd, bytes, len) )
|
||||||
goto write_error;
|
goto write_error;
|
||||||
|
|
||||||
if ( IsBuf() )
|
if ( ! IsBuf() )
|
||||||
fsync(fd);
|
fsync(fd);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue