Don't show error for initial bookmarks request

This commit is contained in:
James Booth
2014-01-25 17:18:30 +00:00
parent 4bd06a5d87
commit aada6d5cd6
2 changed files with 12 additions and 6 deletions

View File

@@ -37,10 +37,7 @@ bookmark_request(void)
xmpp_ctx_t *ctx = connection_get_ctx();
xmpp_stanza_t *iq;
id = get_unique_id();
if (!id) {
return;
}
id = strdup("bookmark_init_request");
autojoin_count = 0;
if (bookmark_ac != NULL) {