Skip to content
Snippets Groups Projects
Commit c6def2fc authored by rswindell's avatar rswindell
Browse files

Fixed typo (missing colon) in last commit.

parent 31132856
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ for(i in area) {
case "from":
hdr.from=data;
break;
case "reply-to"
case "reply-to":
hdr.replyto_net_type=NET_INTERNET;
hdr.replyto=data;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment