Skip to content

Commit

Permalink
fix #1 in #71 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonYuchen committed Jun 19, 2019
1 parent 9e661b7 commit f7d24e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cpp/wrapper.go
Expand Up @@ -898,7 +898,6 @@ func (ds *OnDiskStateMachineWrapper) StreamSnapshot(ssctx interface{},
err := getSnapshotErrorFromErrNo(errno)
if err != nil {
plog.Errorf("stream snapshot failed, %v", err)
// FIXME: writer.failed = true
}
return err
}
Expand Down

0 comments on commit f7d24e0

Please sign in to comment.