Merge "Read initial ack for scp" into stable-2.6

This commit is contained in:
Shawn Pearce
2013-04-12 00:55:09 +00:00
committed by Gerrit Code Review

View File

@@ -92,6 +92,7 @@ final class ScpCommand extends BaseCommand {
private void runImp() {
try {
readAck();
if (error != null) {
throw error;
}