Prechádzať zdrojové kódy

textops(k): msg_apply_changes: preserve the send flags

- restore also the msg send flags
Andrei Pelinescu-Onciul 16 rokov pred
rodič
commit
79ba454497
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      modules_k/textops/textops.c

+ 2 - 0
modules_k/textops/textops.c

@@ -1903,6 +1903,8 @@ static int msg_apply_changes_f(sip_msg_t *msg, char *str1, char *str2)
 	msg->flags              = tmp.flags;
 	msg->msg_flags          = tmp.msg_flags;
 	msg->force_send_socket  = tmp.force_send_socket;
+	msg->fwd_send_flags     = tmp.fwd_send_flags;
+	msg->rpl_send_flags     = tmp.rpl_send_flags;
 	msg->dst_uri            = tmp.dst_uri;
 	msg->path_vec           = tmp.path_vec;