Skip to content

Commit

Permalink
#102 fix master build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Dec 14, 2017
1 parent 6bf0bab commit f641aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage-rbox/istream-bufferlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct istream *i_stream_create_from_bufferlist(const librados::bufferlist *data
stream->istream.seekable = TRUE;

#if DOVECOT_PREREQ(2, 3)
i_stream_create(stream, NULL, -1, istream_create_flag.ISTREAM_CREATE_FLAG_NOOP_SNAPSHOT);
i_stream_create(stream, NULL, -1, ISTREAM_CREATE_FLAG_NOOP_SNAPSHOT);
#else
i_stream_create(stream, NULL, -1);
#endif
Expand Down

0 comments on commit f641aaf

Please sign in to comment.