bankd: Actually send the RemoveMappingRes we prepare

Change-Id: I01d1216ab9461a7e3c51c55a1ab33229bd920da7
This commit is contained in:
Harald Welte 2019-03-09 21:49:08 +01:00
parent a025e7008d
commit 942f1ff162
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ static int bankd_srvc_handle_rx(struct rspro_server_conn *srvc, const RsproPDU_t
resp = rspro_gen_RemoveMappingRes(ResultCode_ok);
}
}
server_conn_send_rspro(srvc, resp);
break;
default:
fprintf(stderr, "Unknown/Unsupported RSPRO PDU type: %u\n", pdu->msg.present);