X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=dss1.cpp;h=c4a0aa4f099fcd8efeccf74148659a2fc8cd2938;hp=00bdb062f83a849657cd5623d1a925cf23f3c44c;hb=a3b269f357b7e6b74d91a942f874ee041320dce7;hpb=29d2da58fcb4ed82d2ea5ed7df5ced876a64fd50 diff --git a/dss1.cpp b/dss1.cpp index 00bdb06..c4a0aa4 100644 --- a/dss1.cpp +++ b/dss1.cpp @@ -1685,7 +1685,7 @@ void Pdss1::facility_ind(unsigned int cmd, unsigned int pid, struct l3_msg *l3m) message = message_create(p_serial, ACTIVE_EPOINT(p_epointlist), PORT_TO_EPOINT, MESSAGE_FACILITY); message->param.facilityinfo.len = fac_len; - memcpy(message->param.facilityinfo.data, fac_ie, fac_len); + memcpy(message->param.facilityinfo.data, fac_ie + 1, fac_len); message_put(message); }