We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35275fc commit a35281dCopy full SHA for a35281d
1 file changed
base/src/main/java/com/smartdevicelink/session/BaseSdlSession.java
@@ -239,7 +239,7 @@ protected void processControlService(ProtocolMessage msg) {
239
return;
240
}
241
242
- iNumBytes = null;
+ iNumBytes = sdlSecurity.runHandshake(data, dataToRead);
243
244
// Assemble a security query payload header for our response
245
SecurityQueryPayload responseHeader = new SecurityQueryPayload();
0 commit comments