fixes a bug in scatter gather writes with lengths other than 1

This commit is contained in:
Peter Thorson
2013-03-17 18:25:35 -05:00
parent 2584aed3d9
commit 940108b2a8

View File

@@ -163,10 +163,10 @@ protected:
if (m_output_stream->bad()) {
handler(make_error_code(error::bad_stream));
} else {
handler(lib::error_code());
}
}
handler(lib::error_code());
}
/// Set Connection Handle