Skip to content

Commit a35281d

Browse files
committed
Fix change from testing
1 parent 35275fc commit a35281d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/session/BaseSdlSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ protected void processControlService(ProtocolMessage msg) {
239239
return;
240240
}
241241

242-
iNumBytes = null;
242+
iNumBytes = sdlSecurity.runHandshake(data, dataToRead);
243243

244244
// Assemble a security query payload header for our response
245245
SecurityQueryPayload responseHeader = new SecurityQueryPayload();

0 commit comments

Comments
 (0)