Skip to content

Commit

Permalink
cosmetic: mme: Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin authored and acetcom committed Jan 9, 2024
1 parent 21b7cd4 commit ba59c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mme/emm-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ int emm_handle_attach_request(mme_ue_t *mme_ue,
OGS_NAS_SECURITY_ALGORITHMS_EIA0) {
ogs_warn("Encrypt[0x%x] can be skipped with EEA0, "
"but Integrity[0x%x] cannot be bypassed with EIA0",
mme_selected_enc_algorithm(mme_ue),
mme_selected_enc_algorithm(mme_ue),
mme_selected_int_algorithm(mme_ue));
r = nas_eps_send_attach_reject(mme_ue,
OGS_NAS_EMM_CAUSE_UE_SECURITY_CAPABILITIES_MISMATCH,
Expand Down

0 comments on commit ba59c83

Please sign in to comment.