diff --git a/src/smsutil.c b/src/smsutil.c index 22c70cff..c60b8eca 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -2793,7 +2793,6 @@ void status_report_assembly_add_fragment( id_table_key = g_new0(unsigned int, 1); node = g_new0(struct id_table_node, 1); - memcpy(&node->to, to, sizeof(*to)); node->total_mrs = total_mrs; node->deliverable = TRUE; diff --git a/src/smsutil.h b/src/smsutil.h index 8d04e587..eb70b6df 100644 --- a/src/smsutil.h +++ b/src/smsutil.h @@ -365,7 +365,6 @@ struct sms_assembly { }; struct id_table_node { - struct sms_address to; unsigned int mrs[8]; time_t expiration; unsigned char total_mrs;