Skip to content

Commit

Permalink
msn: took me way too long to realize i broke the build
Browse files Browse the repository at this point in the history
  • Loading branch information
dequis committed May 14, 2015
1 parent 99fe030 commit a6bed1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions protocols/msn/ns.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ int msn_ns_message(struct msn_data *md, char *msg, int msglen, char **cmd, int n
}
} else if (g_strncasecmp(ct, "text/x-msmsgsactivemailnotification", 35) == 0) {
/* Notification that a message has been read... Ignore it */
} else {
debug("Can't handle %s packet from notification server", ct);
}

g_free(ct);
Expand Down

0 comments on commit a6bed1a

Please sign in to comment.