]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
ostream-metawrap: ..and compile fix to previous commit.
authorTimo Sirainen <tss@iki.fi>
Sun, 7 Apr 2013 19:55:42 +0000 (22:55 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 7 Apr 2013 19:55:42 +0000 (22:55 +0300)
src/lib-fs/ostream-metawrap.c

index 7a4621ff43b4ca017cadae0855707b8f7d074457..736f009335be55fc70f6249bd36dab1d0cffda46 100644 (file)
@@ -43,7 +43,7 @@ o_stream_metawrap_send_istream(struct ostream_private *_outstream,
 
        o_stream_metawrap_call_callback(outstream);
        if ((ret = o_stream_send_istream(_outstream->parent, instream)) < 0)
-               o_stream_copy_error_from_parent(stream);
+               o_stream_copy_error_from_parent(_outstream);
        return ret;
 }