diff options
author | James Booth <boothj5@gmail.com> | 2015-10-18 00:17:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-18 00:17:45 +0100 |
commit | 9d2745e462eabafcab51e04ec9ad225a13cf9a6f (patch) | |
tree | c27b019ad93cfee1da7a9b02152b6bcf32ae95ca /tests | |
parent | 31ecd41c8fd69fbe7a62e97b0cc5e2583e3447e3 (diff) | |
download | profani-tty-9d2745e462eabafcab51e04ec9ad225a13cf9a6f.tar.gz |
Removed --disable-tls command line option
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/xmpp/stub_xmpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c index 14a0b01d..ba1f2e34 100644 --- a/tests/unittests/xmpp/stub_xmpp.c +++ b/tests/unittests/xmpp/stub_xmpp.c @@ -6,7 +6,7 @@ #include "xmpp/xmpp.h" // connection functions -void jabber_init(const int disable_tls) {} +void jabber_init(void) {} jabber_conn_status_t jabber_connect_with_details(const char * const jid, const char * const passwd, const char * const altdomain, const int port) |