Reverting r513. I mistakenly committed my entire tree.

This commit is contained in:
Jack Moffitt
2008-08-26 04:46:41 +00:00
parent ade38ae188
commit 1c0bbb1f5d
5 changed files with 20 additions and 31 deletions

View File

@@ -89,14 +89,12 @@ void handler_fire_stanza(xmpp_conn_t * const conn,
while (item) {
/* skip newly added handlers */
if (!item->enabled) {
prev = item;
item = item->next;
continue;
}
/* don't call user handlers until authentication succeeds */
if (item->user_handler && !conn->authenticated) {
prev = item;
item = item->next;
continue;
}