From fcea54dc0f606c10807fd6b8344e43b547f10d53 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Apr 2015 18:17:37 +0000 Subject: minor code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_db_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG/src/jabber_db_utils.h') diff --git a/protocols/JabberG/src/jabber_db_utils.h b/protocols/JabberG/src/jabber_db_utils.h index 605cee97c7..e0df04851a 100644 --- a/protocols/JabberG/src/jabber_db_utils.h +++ b/protocols/JabberG/src/jabber_db_utils.h @@ -84,7 +84,7 @@ struct CJabberOptions CMOption ProcessXMPPLinks; CMOption IgnoreRosterGroups; - CJabberOptions(PROTO_INTERFACE *proto): + CJabberOptions(PROTO_INTERFACE *proto) : BsDirect(proto, "BsDirect", TRUE), AllowVersionRequests(proto, "AllowVersionRequests", TRUE), AcceptHttpAuth(proto, "AcceptHttpAuth", TRUE), @@ -139,7 +139,7 @@ struct CJabberOptions ConnectionKeepAliveTimeout(proto, "ConnectionKeepAliveTimeout", 50000), ProcessXMPPLinks(proto, "ProcessXMPPLinks", FALSE), IgnoreRosterGroups(proto, "IgnoreRosterGroups", FALSE) - {} + {} }; #endif // __jabber_db_utils_h__ -- cgit v1.2.3