Skip to content

Commit

Permalink
Bump to the latest commit (21/2/2025) of PSF
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Feb 27, 2025
1 parent 7534fa4 commit ca60942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/setup_fuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readonly BASE_DIR
setup_psf() {
# setup protocol-state-fuzzer library

CHECKOUT="d665cb9d4396ced98131df70adb445150b4d3704"
CHECKOUT="d4d5730bbd9f7f93d8e9eee5165592586e03c833"

set -e
cd "${BASE_DIR}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected void sendMessage(EdhocProtocolMessage message, EdhocExecutionContext c
// enable or disable content format
EdhocMapperConfig edhocMapperConfig = (EdhocMapperConfig) mapperConfig;
int contentFormat = edhocMapperConfig.useContentFormat() ?
edhocProtocolMessage.getContentFormat(edhocMapperConfig.useOldContentFormat()) :
message.getContentFormat(edhocMapperConfig.useOldContentFormat()) :
MediaTypeRegistry.UNDEFINED;

edhocMapperConnector.send(message.getPayload(), message.getPayloadType(), message.getMessageCode(), contentFormat);
Expand Down

0 comments on commit ca60942

Please sign in to comment.