pidgin/pidgin

efb399171679
Parents 086e15ec656d
Children 0b799504db33
Clean up a comment that didn't make sense any more
--- a/libpurple/protocols/jabber/parser.c Thu Jan 04 22:39:03 2018 -0600
+++ b/libpurple/protocols/jabber/parser.c Thu Jan 18 19:56:00 2018 -0600
@@ -94,9 +94,9 @@
}
if (js->stream_id == NULL) {
- /* Instead, let's make up a placeholder stream ID, which we need
- * to do because we flag on it being NULL as a special case
- * in this parsing code.
+ /* Let's make up a placeholder stream ID, which we need to do
+ * because we flag on it being NULL as a special case in this
+ * parsing code.
*/
js->stream_id = g_strdup("");
purple_debug_info("jabber", "Server failed to specify a stream "