Commit 6af77cd6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Little typo, little buffer overflow

parent ea714093
......@@ -433,7 +433,7 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
break;
#endif
case AF_INET:
headsize =+ 4;
headsize += 4;
break;
default:
msg_Err( p_sap, "Address family %d not supported by SAP",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment