Skip to content

Commit

Permalink
#74 Do not default to v1.0 in xmlrpc mode if no protocolVersion is sp…
Browse files Browse the repository at this point in the history
…ecified in the server output.
  • Loading branch information
Filip Volejnik committed Dec 3, 2018
1 parent 24d3a58 commit 8c4c75d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frpcxmlunmarshaller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ void XmlUnMarshaller_t::unMarshall(
+ versionStr.size() ) - 0x30;
protocolVersion.versionMinor = buffer.at(idx
+ versionStr.size() + 2 ) - 0x30;
} else {
protocolVersion = ProtocolVersion_t(1,0);
}
versionCheck = false;
}
Expand Down

0 comments on commit 8c4c75d

Please sign in to comment.