Fix a merge error in the previous commit (r1244226).

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23-PB@1244294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tsz-wo Sze 2012-02-15 00:52:14 +00:00
parent fd0b6a9596
commit ce91e11c94
1 changed files with 1 additions and 0 deletions

View File

@ -794,6 +794,7 @@ public void sendParam(Call call) {
//for serializing the
//data to be written
d = new DataOutputBuffer();
d.writeInt(0); // placeholder for data length
RpcPayloadHeader header = new RpcPayloadHeader(
call.rpcKind, RpcPayloadOperation.RPC_FINAL_PAYLOAD, call.id);
header.write(d);