about summary refs log tree commit diff
path: root/include/snapshot-inl.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-29 14:30:22 +0200
committervan Hauser <vh@thc.org>2020-07-29 14:30:22 +0200
commitffe5619a9d0934f9088ef32ddbd507a0ddbde321 (patch)
tree1ce79495c6ba66ed3c528a9c6a8a54e5791e08fc /include/snapshot-inl.h
parent3b194e16903e841ec0e6f5c7ae0352709c9e802b (diff)
downloadafl++-ffe5619a9d0934f9088ef32ddbd507a0ddbde321.tar.gz
fix snapshot include
Diffstat (limited to 'include/snapshot-inl.h')
-rw-r--r--include/snapshot-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snapshot-inl.h b/include/snapshot-inl.h
index 263a4b63..a75d69c0 100644
--- a/include/snapshot-inl.h
+++ b/include/snapshot-inl.h
@@ -95,7 +95,7 @@ static int afl_snapshot_take(int config) {
 
 }
 
-static int afl_snapshot_take(void) {
+static int afl_snapshot_do(void) {
 
   return ioctl(afl_snapshot_dev_fd, AFL_SNAPSHOT_IOCTL_DO);