Skip to content

Commit

Permalink
Fix issue draios#734
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Marturana authored and Damian Myerscough committed Mar 3, 2017
1 parent 6567de6 commit c61f516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libscap/scap_savefile.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ int scap_dump_write(scap_dumper_t *d, void* buf, unsigned len)
{
return gzwrite(d->m_f, buf, len);
}
return 0;
}

#ifndef _WIN32
Expand Down

0 comments on commit c61f516

Please sign in to comment.