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

Fixed typo (missing colon in case statement).

parent e6602943
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,7 @@ while(client.socket.is_connected) {
switch(line.toLowerCase()) {
case "to":
case "apparently-to":
case "x-comment-to"
case "x-comment-to":
hdr.to=data;
break;
case "from":
......
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