cardem-pcsc: Fix return of uninitialized variable

Fixes: CID#240740
Change-Id: I97431f491f60e2a6537502ef88042907723b7de6
This commit is contained in:
Harald Welte 2021-10-25 08:12:08 +02:00
parent 17bfa5273f
commit 020edca678
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ static int process_usb_msg(struct osmo_st2_cardem_inst *ci, uint8_t *buf, int le
break;
case SIMTRACE_MSGT_BD_CEMU_CONFIG:
/* firmware confirms configuration change; ignore */
rc = 0;
break;
default:
printf("unknown simtrace msg type 0x%02x\n", sh->msg_type);