diff options
author | James Booth <boothj5@gmail.com> | 2014-01-30 22:20:57 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-30 22:20:57 +0000 |
commit | 12666b41e671b3daa98f66afc3127b3c718cde18 (patch) | |
tree | 0bbe10fd92eaf05559eb7e338e4695a5b500bafe /src/xmpp | |
parent | 2cd24a484a4259e744bdea6613eaa373cdd457ed (diff) | |
download | profani-tty-12666b41e671b3daa98f66afc3127b3c718cde18.tar.gz |
Refactored handle_presence_error, removed no longer used functions
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/presence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index 682a91c3..ae392ad9 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -370,7 +370,7 @@ _presence_error_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza, g_string_free(log_msg, TRUE); - handle_presence_error(from, err_msg); + handle_presence_error(from, type, err_msg); free(err_msg); |